linux/drivers/staging/netlogic
Janani Ravichandran 62e259ed54 staging: netlogic: Drop unneeded void pointer cast
Void pointers need not be cast to other pointer types.
Semantic patch used:

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

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

Signed-off-by: Janani Ravichandran <janani.rvchndrn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-03-11 22:09:09 -08:00
..
Kconfig
Makefile
platform_net.c staging: netlogic: Fix several parentheses alignments 2016-02-20 14:59:37 -08:00
platform_net.h Staging: Netlogic: Move all the netdev under single parent device 2014-08-30 14:00:11 -07:00
TODO Staging: Netlogic: Move all the netdev under single parent device 2014-08-30 14:00:11 -07:00
xlr_net.c staging: netlogic: Drop unneeded void pointer cast 2016-03-11 22:09:09 -08:00
xlr_net.h staging: netlogic: Fix CamelCase for constants 2016-02-20 14:59:37 -08:00