From c67c71b4e8cf9cffc66b0a12f93b1c6b9cc1ea4f Mon Sep 17 00:00:00 2001 From: Jingoo Han Date: Tue, 3 Sep 2013 08:54:04 +0900 Subject: [PATCH] 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 Signed-off-by: Jingoo Han Signed-off-by: David S. Miller --- Reading git-format-patch failed