mirror of
https://github.com/torvalds/linux.git
synced 2026-02-04 15:28:49 +08:00
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>