linux/drivers/staging/rts5208
Tapasweni Pathak aa54b60d63 staging: rts5208: 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
)

Build tested it.

Signed-off-by: Tapasweni Pathak <tapaswenipathak@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-10-30 13:06:03 -07:00
..
Kconfig
Makefile
TODO
general.c staging: rts5208: add new line after declarations 2014-09-23 13:22:25 -07:00
general.h
ms.c staging: rts5208: fix case of bitwise operator on zero in ms.c 2014-10-23 14:10:49 +08:00
ms.h
rtsx.c staging: rts5208: Remove useless cast on void pointer 2014-10-30 13:06:03 -07:00
rtsx.h
rtsx_card.c
rtsx_card.h staging: rts5208: remove unnecessary else 2014-10-02 10:07:04 -07:00
rtsx_chip.c Staging: rts5208: helper function to enable interrupts during reset 2014-10-29 17:28:51 +08:00
rtsx_chip.h
rtsx_scsi.c staging: rts5208: Delete braces are not necessary 2014-10-20 10:29:07 +08:00
rtsx_scsi.h
rtsx_sys.h
rtsx_transport.c Staging: rts5028: rtsx_transport.c: fixed a brace coding style issue. 2014-10-28 15:58:18 +08:00
rtsx_transport.h staging, rts5208, LLVMLinux: Change extern inline to static inline 2014-10-29 16:28:17 -07:00
sd.c Staging: rts5208: Fix checkpatch warning: Missing blank line 2014-09-23 13:22:25 -07:00
sd.h
spi.c
spi.h
trace.h
xd.c
xd.h