commit | 44c389a00ff7229ab2f2aab22ce03ae0c9037df7 | [log] [tgz] |
---|---|---|
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | Thu May 22 22:03:27 2008 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Mon Jul 21 15:16:18 2008 -0700 |
tree | 24f9d98e40cf838efadbb4683135018e2a9038d8 | |
parent | 0391c828ce75cc71ae301946699a6f2d515fd99d [diff] |
USB: gadget: Push BKL down into drivers This keeps the gadget ioctl method wrapped but pushes the BKL down into the gadget code so we can use unlocked_ioctl(). Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>