linux-stable/drivers/media/radio/si470x
Mauro Carvalho Chehab 90db5c8296 media: si470x: fix __be16 annotations
The annotations there are wrong as warned:
   drivers/media/radio/si470x/radio-si470x-i2c.c:107:35: warning: cast to restricted __be16
   drivers/media/radio/si470x/radio-si470x-i2c.c:107:35: warning: cast to restricted __be16
   drivers/media/radio/si470x/radio-si470x-i2c.c:107:35: warning: cast to restricted __be16
   drivers/media/radio/si470x/radio-si470x-i2c.c:107:35: warning: cast to restricted __be16
   drivers/media/radio/si470x/radio-si470x-i2c.c:129:24: warning: incorrect type in assignment (different base types)
   drivers/media/radio/si470x/radio-si470x-i2c.c:129:24:    expected unsigned short [unsigned] [short] <noident>
   drivers/media/radio/si470x/radio-si470x-i2c.c:129:24:    got restricted __be16 [usertype] <noident>
   drivers/media/radio/si470x/radio-si470x-i2c.c:163:39: warning: cast to restricted __be16
   drivers/media/radio/si470x/radio-si470x-i2c.c:163:39: warning: cast to restricted __be16
   drivers/media/radio/si470x/radio-si470x-i2c.c:163:39: warning: cast to restricted __be16
   drivers/media/radio/si470x/radio-si470x-i2c.c:163:39: warning: cast to restricted __be16

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
2018-04-17 05:28:05 -04:00
..
Kconfig media: si470x: allow build both USB and I2C at the same time 2018-04-17 05:16:37 -04:00
Makefile media: si470x: allow build both USB and I2C at the same time 2018-04-17 05:16:37 -04:00
radio-si470x-common.c media: si470x: allow build both USB and I2C at the same time 2018-04-17 05:16:37 -04:00
radio-si470x-i2c.c media: si470x: fix __be16 annotations 2018-04-17 05:28:05 -04:00
radio-si470x-usb.c media: si470x: allow build both USB and I2C at the same time 2018-04-17 05:16:37 -04:00
radio-si470x.h media: si470x: allow build both USB and I2C at the same time 2018-04-17 05:16:37 -04:00