commit | 00fd5d94c219839925959d73e266702f08ba283a | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <linux@rasmusvillemoes.dk> | Tue Oct 21 16:51:43 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Oct 24 00:41:31 2014 -0400 |
tree | 5355628bbed52b69683ad28fe0a8415fb0d201d8 | |
parent | 16704b129bc1e497862e88253da20b13a1b94b33 [diff] |
net: typhoon: Remove redundant casts Both image_data and typhoon_fw->data are const u8*, so the cast to u8* is unnecessary and confusing. Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk> Acked-by: David Dillow <dave@thedillows.org> Signed-off-by: David S. Miller <davem@davemloft.net>