staging: rtl8712: Remove redundant cast
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Wed, 22 Oct 2014 21:22:27 +0000 (23:22 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Oct 2014 09:32:41 +0000 (17:32 +0800)
commiteecc515a1b5ed6188562471f41a78988290376e6
tree61e982ae62cba522fd5d4495aa869ec9ba026505
parent0c05a5d66397d7c3d4ac05075a3ba7ecef1e1978
staging: rtl8712: Remove redundant cast

struct firmware::data has type const u8*, as does *ppmappedfw, so the
cast to u8* is unnecessary and slightly confusing.

Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/hal_init.c