linux/drivers/staging/unisys
Shraddha Barke 7f44582ea7 Staging: unisys: 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
..
Documentation staging: unisys: visorhid: rename to visorinput 2015-10-04 09:53:34 +01:00
include staging: unisys: diagchannel.h: get rid of unused fields 2015-10-12 20:51:19 -07:00
visorbus Staging: unisys: Remove unnecessary cast on void pointer 2015-10-16 22:51:48 -07:00
visorhba Staging: unisys: Remove unnecessary cast on void pointer 2015-10-16 22:51:48 -07:00
visorinput Staging: unisys: visorinput: Remove unused code 2015-10-13 09:51:48 -07:00
visornic staging: unisys: visornic: prevent faults if driver re-loaded during stress 2015-10-12 20:49:29 -07:00
Kconfig staging: unisys: visorhid: rename to visorinput 2015-10-04 09:53:34 +01:00
MAINTAINERS
Makefile staging: unisys: visorhid: rename to visorinput 2015-10-04 09:53:34 +01:00
TODO staging: unisys: documentation and TODO tweaks 2015-09-12 18:24:43 -07:00