alistair23-linux/drivers/staging/gdm72xx
Shraddha Barke 759f19dda5 Staging: gdm72xx: 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
..
gdm_qos.c Staging: gdm72xx: Remove unnecessary cast on void pointer 2015-10-16 22:51:48 -07:00
gdm_qos.h staging: gdm72xx: use consistent style for header guards 2014-07-09 11:49:15 -07:00
gdm_sdio.c staging: gdm72xx: NULL comparison style 2015-09-12 18:24:53 -07:00
gdm_sdio.h staging: gdm72xx: use consistent style for header guards 2014-07-09 11:49:15 -07:00
gdm_usb.c staging: gdm72xx: NULL comparison style 2015-09-12 18:24:53 -07:00
gdm_usb.h staging: gdm72xx: use consistent style for header guards 2014-07-09 11:49:15 -07:00
gdm_wimax.c Staging: gdm72xx: Remove unnecessary cast on void pointer 2015-10-16 22:51:48 -07:00
gdm_wimax.h staging: gdm72xx: Use net_device_stats from struct net_device 2014-07-09 11:57:16 -07:00
hci.h staging: gdm72xx: move T_CAPABILITY definitions to hci.h 2014-07-09 21:16:52 -07:00
Kconfig PM / Kconfig: Replace PM_RUNTIME with PM in dependencies 2014-12-13 00:44:04 +01:00
Makefile
netlink_k.c staging: gdm72xx: Fix typos in printk 2015-05-31 11:47:56 +09:00
netlink_k.h staging: gdm72xx: use consistent style for header guards 2014-07-09 11:49:15 -07:00
sdio_boot.c staging: gdm72xx: NULL comparison style 2015-09-12 18:24:53 -07:00
sdio_boot.h staging: gdm72xx: use consistent style for header guards 2014-07-09 11:49:15 -07:00
TODO staging: gdm72xx: Remove task from TODO list 2014-05-16 12:12:52 -07:00
usb_boot.c staging: gdm72xx: NULL comparison style 2015-09-12 18:24:53 -07:00
usb_boot.h staging: gdm72xx: use consistent style for header guards 2014-07-09 11:49:15 -07:00
usb_ids.h Staging: gdm72xx: usb_ids: fix a macro coding style error 2015-08-14 18:56:55 -07:00
wm_ioctl.h staging: gdm72xx: use consistent style for header guards 2014-07-09 11:49:15 -07:00