diff options
author | Janani Ravichandran <janani.rvchndrn@gmail.com> | 2016-02-25 13:34:28 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-03-11 22:09:09 -0800 |
commit | 64f93e17243c8f6fad0d2f5c18b72282b8139234 (patch) | |
tree | ec5b52628b083f1422344f5ba8acd8a2237f4e67 /certs | |
parent | 0c9ab986e2dc87bd7c87384afeddd1326570d03e (diff) | |
download | op-kernel-dev-64f93e17243c8f6fad0d2f5c18b72282b8139234.zip op-kernel-dev-64f93e17243c8f6fad0d2f5c18b72282b8139234.tar.gz |
staging: fbtft: fbtft-bus.c: Drop unneeded void pointer cast
Remove unneeded cast on the void pointer par->txbuf.buf .
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>
Diffstat (limited to 'certs')
0 files changed, 0 insertions, 0 deletions