From: Constantine Shulyupin Date: Wed, 10 Oct 2012 14:14:00 +0000 (+0200) Subject: USB: usb-skeleton.c: fix compilation error and restored kref_put on fail in skel_open X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~82^2~106 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8cebb9cde3716800219ea8473306d431e83154b;p=pandora-kernel.git USB: usb-skeleton.c: fix compilation error and restored kref_put on fail in skel_open Fixing compilaton error. Incrementing usage counter only on successful execution of skel_open. Removing redundant locking Some last changes in function skel_open and finally commit 52a7499 Revert "USB: usb-skeleton.c: fix open/disconnect race" introduced a bug in function skel_open, which this patch fixes. Changes since v2: - refactoring - Removing redundant mutex synchronization. Changes since v1: - Fixed accordingly feedback of Oliver Neukum oneukum@suse.de: also need to drop the lock. Signed-off-by: Constantine Shulyupin Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed