commit | c36aeba8c072d20a08e8546483494ab0f6458963 | [log] [tgz] |
---|---|---|
author | Alexey Khoroshilov <khoroshilov@ispras.ru> | Sun Jan 05 00:08:05 2014 +0400 |
committer | Samuel Ortiz <sameo@linux.intel.com> | Sun Jan 05 00:49:00 2014 +0100 |
tree | b5e0dcd7ed5bbfef8204d777ccff2e2aed23b18c | |
parent | 4f319e3251937a73719b13397d738640622ba513 [diff] |
NFC: port100: Fix device leak port100_probe() calls usb_get_dev(), but there is no usb_put_dev() in port100_disconnect(). The patch adds one. Found by Linux Driver Verification project (linuxtesting.org). Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>