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:
236c9f8
)
atm: idt77252: fix dev refcnt leak
author
Ying Xue
<ying.xue@windriver.com>
Tue, 19 Nov 2013 10:09:27 +0000
(18:09 +0800)
committer
David S. Miller
<davem@davemloft.net>
Tue, 19 Nov 2013 20:53:02 +0000
(15:53 -0500)
init_card() calls dev_get_by_name() to get a network deceive. But it
doesn't decrease network device reference count after the device is
used.
Signed-off-by: Ying Xue <ying.xue@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found