From: Alexey Khoroshilov Date: Sat, 4 Jan 2014 20:08:05 +0000 (+0400) Subject: NFC: port100: Fix device leak X-Git-Tag: v3.14-rc1~94^2~113^2^2~38^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c36aeba8c072d20a08e8546483494ab0f6458963;p=pandora-kernel.git 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 Signed-off-by: Samuel Ortiz --- Reading git-diff-tree failed