linux/drivers/staging/most
Shraddha Barke 98b5afd833 Staging: most: 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
..
aim-cdev staging: most: add poll syscall to AIM cdev 2015-09-29 03:18:53 +02:00
aim-network staging: most: add fair buffer distribution 2015-09-29 03:18:51 +02:00
aim-sound Staging: most: Remove exceptional & on function name 2015-10-13 10:11:03 -07:00
aim-v4l2 staging: most: fix channel operation in multi-aim context 2015-09-29 03:18:49 +02:00
Documentation Staging: most: Fix typo in staging/most 2015-10-12 20:35:21 -07:00
hdm-dim2 Staging: most: Remove unnecessary cast on void pointer 2015-10-16 22:51:48 -07:00
hdm-i2c Staging: most: hdm-i2c: Drop owner assignment from i2c driver 2015-10-12 20:35:21 -07:00
hdm-usb Staging: most: Fix typo in staging/most 2015-10-12 20:35:21 -07:00
mostcore Staging: most: Remove exceptional & on function name 2015-10-13 10:11:03 -07:00
Kconfig Staging: most: MOST and MOSTCORE should depend on HAS_DMA 2015-09-13 09:24:44 -07:00
Makefile
TODO