commit | bd516bd1feeb3890502178a74228ec05271f2b6d | [log] [tgz] |
---|---|---|
author | Sudip Mukherjee <sudipm.mukherjee@gmail.com> | Thu Sep 03 11:30:30 2015 +0530 |
committer | David S. Miller <davem@davemloft.net> | Sat Sep 05 17:32:53 2015 -0700 |
tree | 24e89e1951cff4c3005e89b3eba56bfd97c83165 | |
parent | 25b4a44c19c83d98e8c0807a7ede07c1f28eab8b [diff] |
net: wan: sbni: fix device usage count dev_get_by_name() will increment the usage count if the matching device is found. But we were not decrementing the count if we have got the device and the device is non-active. Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Signed-off-by: David S. Miller <davem@davemloft.net>