1. 27 Sep, 2016 1 commit
    • Sandhya Bankar's avatar
      drivers: iio: dac: Fix sparse warning · 38e442fc
      Sandhya Bankar authored
      Fixing below warnings:
      
      drivers/iio/dac/ad5592r.c:58:41: warning: incorrect type in argument 2 (different base types)
      drivers/iio/dac/ad5592r.c:58:41:    expected unsigned short [usertype] *buf
      drivers/iio/dac/ad5592r.c:58:41:    got restricted __be16 *<noident>
      drivers/iio/dac/ad5592r.c:62:41: warning: incorrect type in argument 2 (different base types)
      drivers/iio/dac/ad5592r.c:62:41:    expected unsigned short [usertype] *buf
      drivers/iio/dac/ad5592r.c:62:41:    got restricted __be16 *<noident>
      drivers/iio/dac/ad5592r.c:92:41: warning: incorrect type in argument 2 (different base types)
      drivers/iio/dac/ad5592r.c:92:41:    expected unsigned short [usertype] *buf
      drivers/iio/dac/ad5592r.c:92:41:    got restricted __be16 *<noident>
      drivers/iio/dac/ad5592r.c:110:41: warning: incorrect type in argument 2 (different base types)
      drivers/iio/dac/ad5592r.c:110:41:    expected unsigned short [usertype] *buf
      drivers/iio/dac/ad5592r.c:110:41:    got restricted __be16 *<noident>
      Signed-off-by: default avatarSandhya Bankar <bankarsandhya512@gmail.com>
      Acked-by: default avatarLars-Peter Clausen <lars@metafoo.de>
      Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
      38e442fc
  2. 24 Sep, 2016 3 commits
  3. 22 Sep, 2016 29 commits
  4. 21 Sep, 2016 7 commits