staging: vt6656: iwctl: remove redundant cast (to PSDevice)
authorJesper Juhl <jj@chaosbits.net>
Sun, 24 Jun 2012 23:56:59 +0000 (01:56 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 25 Jun 2012 18:17:38 +0000 (11:17 -0700)
commit1a6dd0da0fefe0217f0c3a15dbbf3cfaf6909bc4
tree8efe87dad63004f9828d8d586d2855487f230eb7
parentc5a415cab5f88e7b527a40ab992c06316a59a8af
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 <jj@chaosbits.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/iwctl.c