OpenCloudOS-Kernel/drivers/media
Dan Carpenter e1163236f5 [media] exynos4-is: Cleanup a define in mipi-csis driver
This define is only used in s5pcsis_irq_handler():
	if ((status & S5PCSIS_INTSRC_NON_IMAGE_DATA) && pktbuf->data) {
The problem is that "status" is a 32 bit and (0xff << 28) is larger than
32 bits and that sets off a static checker warning.  I consulted with
Sylwester Nawrocki and the define should actually be (0xf << 28).

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2013-12-04 15:51:55 -02:00
..
common [media] media_tree: Fix spelling errors 2013-11-29 14:43:50 -02:00
dvb-core [media] media_tree: Fix spelling errors 2013-11-29 14:43:50 -02:00
dvb-frontends [media] rtl2830: add parent for I2C adapter 2013-12-03 12:04:45 -02:00
firewire firewire: introduce fw_driver.probe and .remove methods 2013-06-09 18:15:00 +02:00
i2c [media] mt9p031: Include linux/of.h header 2013-12-03 14:31:14 -02:00
mmc [media] siano: get rid of CammelCase from smscoreapi.h 2013-03-21 10:03:16 -03:00
parport [media] bw-qcam: fix timestamp handling 2013-05-27 09:30:19 -03:00
pci [media] media_tree: Fix spelling errors 2013-11-29 14:43:50 -02:00
platform [media] exynos4-is: Cleanup a define in mipi-csis driver 2013-12-04 15:51:55 -02:00
radio [media] media_tree: Fix spelling errors 2013-11-29 14:43:50 -02:00
rc [media] media_tree: Fix spelling errors 2013-11-29 14:43:50 -02:00
tuners [media] media_tree: Fix spelling errors 2013-11-29 14:43:50 -02:00
usb [media] em28xx-video: Swap release order to avoid lock nesting 2013-11-29 14:45:19 -02:00
v4l2-core [media] V4L: Add mem2mem ioctl and file operation helpers 2013-12-04 15:34:24 -02:00
Kconfig [media] Fix build when drivers are builtin and frontend modules 2013-06-20 10:35:53 -03:00
Makefile [media] move i2c files into drivers/media/i2c 2012-09-06 18:42:54 -03:00
media-device.c [media] media: info leak in __media_device_enum_links() 2013-06-12 18:52:45 -03:00
media-devnode.c [media] media: Add 64--32 bit compat ioctl handler 2013-03-18 20:44:36 -03:00
media-entity.c [media] media: Check for active links on pads with MEDIA_PAD_FL_MUST_CONNECT flag 2013-12-04 15:03:45 -02:00