commit | 1a6dd0da0fefe0217f0c3a15dbbf3cfaf6909bc4 | [log] [tgz] |
---|---|---|
author | Jesper Juhl <jj@chaosbits.net> | Mon Jun 25 01:56:59 2012 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jun 25 11:17:38 2012 -0700 |
tree | 8efe87dad63004f9828d8d586d2855487f230eb7 | |
parent | c5a415cab5f88e7b527a40ab992c06316a59a8af [diff] |
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>