kernel-ark/drivers/media
Mauro Carvalho Chehab 5b31d9e036 [media] ti-vpe: Fix typecast
Addresses have the same size of unsigned long, and not u32.

That removes a warning on 64 bits compilation:
drivers/media//platform/ti-vpe/vpdma.c:332:11: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
  WARN_ON(((u32) buf->addr & VPDMA_DESC_ALIGN) != 0);
           ^
include/asm-generic/bug.h:86:25: note: in definition of macro ‘WARN_ON’
  int __ret_warn_on = !!(condition);    \
                         ^

Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2014-09-26 06:50:58 -03:00
..
common [media] saa7146: remove return after BUG() 2014-09-26 06:47:57 -03:00
dvb-core [media] dvb_frontend: Fix __user namespace 2014-09-26 06:47:52 -03:00
dvb-frontends [media] drxd: remove a dead code 2014-09-26 06:47:58 -03:00
firewire [media] firewire: firedtv-avc: fix more potential buffer overflow 2014-09-23 16:13:39 -03:00
i2c [media] adv7604/adv7842: fix il_vbackporch typo and zero the struct 2014-09-21 20:41:00 -03: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] cx88: remove return after BUG() 2014-09-26 06:47:57 -03:00
platform [media] ti-vpe: Fix typecast 2014-09-26 06:50:58 -03:00
radio [media] radio-sf16fmr2: declare some structs as static 2014-09-26 06:47:56 -03:00
rc [media] st_rc: fix address space casting 2014-09-26 06:47:53 -03:00
tuners [media] qm1d1c0042: fix compilation on 32 bits 2014-09-26 06:47:42 -03:00
usb [media] em28xx: Fix identation 2014-09-26 06:47:59 -03:00
v4l2-core [media] v4l2-ioctl.c: fix inverted condition 2014-09-23 16:13:45 -03:00
Kconfig [media] Kconfig: do not select SPI bus on sub-driver auto-select 2014-09-04 12:18:49 -03:00
Makefile
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: Check for active links on pads with MEDIA_PAD_FL_MUST_CONNECT flag 2013-12-04 15:03:45 -02:00