summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/mwifiex
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2014-03-24 21:15:38 +0100
committerJohn W. Linville <linville@tuxdriver.com>2014-03-27 19:20:05 +0100
commit8986992de4225871d171e8bdd82abd0eeab978ff (patch)
tree1cfe527d2d96150869bb1bc82eedab11e8453183 /drivers/net/wireless/mwifiex
parentrtlwifi: Remove addressof casts to same type (diff)
downloadlinux-8986992de4225871d171e8bdd82abd0eeab978ff.tar.xz
linux-8986992de4225871d171e8bdd82abd0eeab978ff.zip
carl9170: 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> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/mwifiex')
0 files changed, 0 insertions, 0 deletions