From: Jesper Juhl Date: Sun, 24 Jun 2012 23:56:59 +0000 (+0200) Subject: staging: vt6656: iwctl: remove redundant cast (to PSDevice) X-Git-Tag: v3.6-rc1~100^2~576 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a6dd0da0fefe0217f0c3a15dbbf3cfaf6909bc4;p=pandora-kernel.git staging: vt6656: iwctl: remove redundant cast (to PSDevice) netdev_priv() returns a void*, so there is no reason to explicitly cast to (PSDevice) when assigning to a variable of type PSDevice. The cast is done implicitly. Signed-off-by: Jesper Juhl Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed