linux/drivers/staging/unisys
Shraddha Barke 0df4e3e9bb Staging: unisys: Remove useless 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-08-14 18:44:45 -07:00
..
Documentation staging: unisys: ABI documentation for new sysfs entries 2014-07-24 15:07:59 -07:00
include staging: unisys: visorchannel: Add peek function 2015-08-03 17:45:02 -07:00
visorbus Staging: unisys: Remove useless cast on void pointer 2015-08-14 18:44:45 -07:00
visornic staging: unisys: visornic: Convert to using napi 2015-08-05 12:16:37 -07:00
Kconfig staging: unisys: Fix broken build when ARCH=um 2015-07-14 18:35:55 -07:00
MAINTAINERS staging: s-Par driver documentation 2014-03-04 17:04:28 -08:00
Makefile staging: unisys: Add s-Par visornic ethernet driver 2015-06-16 14:34:55 -07:00
TODO staging: unisys: update MAINTAINERS and TODO 2014-03-08 22:42:14 -08:00