linux/drivers/staging/media
Shraddha Barke 0d04cd1972 Staging: media: Remove unnecessary cast on void pointer
void pointers do not need to be cast to other pointer types.

The semantic patch used to find this:

@r@
expression x;
void* e;
type T;
identifier f;
@@

(
  *((T *)e)
|
  ((T *)x)[...]
|
  ((T *)x)->f
|
- (T *)
  e
)

Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-10-16 22:51:48 -07:00
..
bcm2048 [media] radio-bcm2048: Fix region selection 2015-07-06 08:25:47 -03:00
cxd2099
davinci_vpfe Staging: media: Remove unnecessary cast on void pointer 2015-10-16 22:51:48 -07:00
lirc Staging: media: lirc: Use USB API functions rather than constants 2015-09-30 04:02:58 +02:00
mn88472 [media] staging: media: Drop owner assignment from i2c_driver 2015-08-11 13:02:49 -03:00
mn88473 [media] staging: media: Drop owner assignment from i2c_driver 2015-08-11 13:02:49 -03:00
omap4iss [media] v4l: omap4iss: Remove video node crop support 2015-07-06 08:25:51 -03:00
Kconfig [media] dt3155: move out of staging into drivers/media/pci 2015-05-01 08:25:41 -03:00
Makefile [media] dt3155: move out of staging into drivers/media/pci 2015-05-01 08:25:41 -03:00