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)
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>

No differences found