From: Aybuke Ozdemir Date: Sun, 28 Sep 2014 11:45:09 +0000 (+0300) Subject: staging: iio: accel: Use __be16 instead of u16 X-Git-Tag: fixes-for-v3.18-merge-window~15^2~171 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03c6eaa37ad7cd4838a8a6d745eb4da4db48c2f1;p=pandora-kernel.git staging: iio: accel: Use __be16 instead of u16 This patch fixes these warning messages found by sparse: drivers/staging/iio/accel/sca3000_ring.c:120:61: warning: incorrect type in argument 1 (different base types) drivers/staging/iio/accel/sca3000_ring.c:120:61: expected restricted __be16 const [usertype] *p drivers/staging/iio/accel/sca3000_ring.c:120:61: got unsigned short [usertype] * Signed-off-by: Aybuke Ozdemir Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed