linux/drivers/staging/gdm724x
Shraddha Barke 2594ca30c0 Staging: gdm724x: Remove unnecessary cast on void pointer
void pointers do not need to be cast to other pointer types.

Semantic patch:

@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_endian.c staging: gdm724x: Remove test for host endian 2015-05-31 11:47:56 +09:00
gdm_endian.h staging: gdm724x: Remove test for host endian 2015-05-31 11:47:56 +09:00
gdm_lte.c Staging: gdm724x: Remove unnecessary cast on void pointer 2015-10-16 22:51:48 -07:00
gdm_lte.h
gdm_mux.c Staging: gdm724x: Remove unnecessary cast on void pointer 2015-10-16 22:51:48 -07:00
gdm_mux.h
gdm_tty.c Staging: gdm724x: Remove unnecessary cast on void pointer 2015-10-16 22:51:48 -07:00
gdm_tty.h
gdm_usb.c Staging: gdm724x: Remove unnecessary cast on void pointer 2015-10-16 22:51:48 -07:00
gdm_usb.h
hci_packet.h
hci.h
Kconfig
Makefile
netlink_k.c
netlink_k.h
TODO