From: Rasmus Villemoes Date: Wed, 22 Oct 2014 21:22:27 +0000 (+0200) Subject: staging: rtl8712: Remove redundant cast X-Git-Tag: omap-for-v3.19/fixes-rc1~73^2~687 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eecc515a1b5ed6188562471f41a78988290376e6;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed