git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
631ae90
)
gdm72xx: remove unnecessary cast in gdm_wimax.c
author
Xenia Ragiadakou
<burzalodowa@gmail.com>
Wed, 22 May 2013 15:41:21 +0000
(18:41 +0300)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 22 May 2013 22:33:14 +0000
(15:33 -0700)
This patch removes an unnecessary cast on the return value
of alloc_netdev(), since alloc_netdev() returns a pointer
to the allocated struct net_device anyway.
Signed-off-by: Xenia Ragiadakou <burzalodowa@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found