linux/drivers/staging/iio
Aybuke Ozdemir 03c6eaa37a 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 <aybuke.147@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-09-28 22:22:13 -04:00
..
accel staging: iio: accel: Use __be16 instead of u16 2014-09-28 22:22:13 -04:00
adc Staging: iio: Remove unnecessory immediate else after return statement 2014-09-28 22:19:04 -04:00
addac First round of IIO new driver, functionality and cleanups for the 3.16 cycle. 2014-04-26 08:12:25 -07:00
cdc staging: iio: cdc: Don't put an else right after a return 2014-09-19 17:49:39 -07:00
Documentation staging: iio: remove duplicate case labels 2014-07-07 17:15:13 +01:00
frequency staging: iio: frequency: remove unnecessary semicolon 2014-09-28 22:19:04 -04:00
gyro staging: iio: adis16060: Fix coding style problem 2014-08-07 11:14:00 +01:00
impedance-analyzer staging: iio: impedance-analyzer: add blank line after declaration 2014-09-19 16:25:09 -07:00
light staging: iio: light: Add a blank line after declarations 2014-09-28 22:20:30 -04:00
magnetometer staging: iio: hmc5843_core: fix sparse warnings 2014-08-02 17:33:09 +01:00
meter Staging: iio: meter: Fix unnecessary space warning 2014-09-22 07:59:36 -07:00
resolver Staging: iio: resolver: Missing a blank line after declarations 2014-09-19 16:24:43 -07:00
trigger staging: iio: trigger: add blank lines after declarations 2014-09-19 16:25:09 -07:00
iio_dummy_evgen.c staging: iio: dummy: add blank lines after declarations. 2014-09-19 16:24:19 -07:00
iio_dummy_evgen.h staging: iio: Add #include guards to header files 2014-09-28 22:19:04 -04:00
iio_simple_dummy_buffer.c staging: iio: dummy: add blank lines after declarations. 2014-09-19 16:24:19 -07:00
iio_simple_dummy_events.c staging: iio: dummy: add blank lines after declarations. 2014-09-19 16:24:19 -07:00
iio_simple_dummy.c staging: iio: fix coding style by adding blank lines in iio_simple_dummy 2014-06-14 16:19:10 +01:00
iio_simple_dummy.h staging: iio: Add #include guards to header files 2014-09-28 22:19:04 -04:00
Kconfig staging/iio: IIO_SIMPLE_DUMMY_BUFFER neds IIO_BUFFER 2014-06-07 11:45:21 +01:00
Makefile
ring_hw.h staging: iio: Add #include guards to header files 2014-09-28 22:19:04 -04:00
TODO