1. 03 4月, 2016 17 次提交
  2. 28 3月, 2016 1 次提交
  3. 22 3月, 2016 1 次提交
  4. 20 3月, 2016 7 次提交
  5. 13 3月, 2016 2 次提交
  6. 12 3月, 2016 3 次提交
  7. 09 3月, 2016 1 次提交
    • A
      iio: adc/imx25-gcq: Move incorrect do_div · 07086775
      Arnd Bergmann 提交于
      The newly added driver uses do_div() to device a 32-bit number, which now
      provokes a warning:
      
      drivers/iio/adc/fsl-imx25-gcq.c: In function 'mx25_gcq_setup_cfgs':
      include/asm-generic/div64.h:207:28: warning: comparison of distinct pointer types lacks a cast
        (void)(((typeof((n)) *)0) == ((uint64_t *)0)); \
      
      This replaces the do_div() call with a straight division operator.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Fixes: 6df2e98c ("iio: adc: Add imx25-gcq ADC driver")
      Signed-off-by: NLee Jones <lee.jones@linaro.org>
      07086775
  8. 06 3月, 2016 5 次提交
  9. 05 3月, 2016 3 次提交