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:
f1c089e
)
netpoll: call dev_put() on error in netpoll_setup()
author
Dan Carpenter
<error27@gmail.com>
Sun, 12 Jun 2011 01:55:22 +0000
(18:55 -0700)
committer
David S. Miller
<davem@davemloft.net>
Sun, 12 Jun 2011 01:55:22 +0000
(18:55 -0700)
There is a dev_put(ndev) missing on an error path. This was
introduced in
0c1ad04aecb
"netpoll: prevent netpoll setup on slave
devices".
Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found