commit | c67c71b4e8cf9cffc66b0a12f93b1c6b9cc1ea4f | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Tue Sep 03 08:54:04 2013 +0900 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 04 00:27:27 2013 -0400 |
tree | 6128543d3508bf37a82244bda2caf5c115bfee09 | |
parent | 069281d184f477055ab2414653811f569f12e553 [diff] |
net: netx-eth: remove unnecessary casting Casting from 'void *' is unnecessary, because casting from 'void *' to any pointer type is automatic. Reported-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Signed-off-by: Jingoo Han <jg1.han@samsung.com> Signed-off-by: David S. Miller <davem@davemloft.net>