2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-21 03:33:59 +08:00
linux-next/drivers/media
Sakari Ailus 094f1ca516 [media] media: Fix a compiler warning in media_entity_pipeline_start()
Patch "[media] media: Print information on failed link validation" cause a
harmless compiler warning in printing a debug message. Fix this.

The type casting is done do ensure the type really is suitable for printing
as %u, as find_first_zero_bit() does return int on some architectures and
unsigned long on others.

Signed-off-by: Sakari Ailus <sakari.ailus@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2014-11-03 19:09:13 -02:00
..
common [media] tveeprom: Update list of chips and extend serial number to 32bits 2014-11-03 16:18:49 -02:00
dvb-core [media] media: dvb_core: replace a magic number by a macro 2014-11-03 12:50:08 -02:00
dvb-frontends [media] m88ds3103: add support for the demod of M88RS6000 2014-11-03 18:24:15 -02:00
firewire [media] fix a warning on avr32 arch 2014-11-03 15:53:15 -02:00
i2c [media] cx25840: convert max_buf_size var to lowercase 2014-11-03 15:56:49 -02:00
mmc [media] siano: get rid of CammelCase from smscoreapi.h 2013-03-21 10:03:16 -03:00
parport [media] pms: Fix a bad usage of the stack 2014-09-26 06:47:55 -03:00
pci [media] smipcie: fix two small CodingStyle issues 2014-11-03 18:13:33 -02:00
platform [media] coda: Unregister v4l2 upon alloc_workqueue() error 2014-11-03 17:55:22 -02:00
radio [media] wl128x: fix fmdbg compiler warning 2014-10-24 09:27:34 -02:00
rc [media] rc: port IgorPlug-USB to rc-core 2014-11-03 12:18:25 -02:00
tuners [media] m88rs6000t: add new dvb-s/s2 tuner for integrated chip M88RS6000 2014-11-03 18:23:43 -02:00
usb [media] cx231xx: Remove a bogus check for NULL 2014-11-03 18:56:48 -02:00
v4l2-core [media] V4L2: fix VIDIOC_CREATE_BUFS 32-bit compatibility mode data copy-back 2014-11-03 15:11:59 -02:00
Kconfig [media] Kconfig: do not select SPI bus on sub-driver auto-select 2014-09-04 12:18:49 -03:00
Makefile [media] move i2c files into drivers/media/i2c 2012-09-06 18:42:54 -03:00
media-device.c [media] media: Use strlcpy instead of custom code 2014-09-21 20:27:08 -03:00
media-devnode.c [media] media-devnode: just return 0 instead of using a var 2014-09-03 17:59:28 -03:00
media-entity.c [media] media: Fix a compiler warning in media_entity_pipeline_start() 2014-11-03 19:09:13 -02:00