diff options
author | Joe Perches <joe@perches.com> | 2014-03-24 13:15:39 -0700 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-03-27 14:20:05 -0400 |
commit | 45d18c562adefe9d807c0ba833affdeff68bad98 (patch) | |
tree | c07cbb073aa99f61465c1116c9f627d6b3071a5a /drivers/net/wireless/rtlwifi/rtl8188ee/trx.c | |
parent | 8986992de4225871d171e8bdd82abd0eeab978ff (diff) | |
download | op-kernel-dev-45d18c562adefe9d807c0ba833affdeff68bad98.zip op-kernel-dev-45d18c562adefe9d807c0ba833affdeff68bad98.tar.gz |
mwifiex: Remove casts of pointer to same type
Casting a pointer to a pointer of the same type is pointless,
so remove these unnecessary casts.
Done via coccinelle script:
$ cat typecast_2.cocci
@@
type T;
T *foo;
@@
- (T *)foo
+ foo
Signed-off-by: Joe Perches <joe@perches.com>
Acked-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/rtlwifi/rtl8188ee/trx.c')
0 files changed, 0 insertions, 0 deletions