From: Franck Bui-Huu Date: Thu, 23 Feb 2006 08:35:06 +0000 (+0100) Subject: [PATCH] USB: lh7a40x gadget driver: Fixed a dead lock X-Git-Tag: v2.6.16-rc6~155^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5ec33490c67affef93aebf76e1238260c82d377;p=pandora-kernel.git [PATCH] USB: lh7a40x gadget driver: Fixed a dead lock There is a dead lock in lh7a40x udc driver. When the driver receive a SET_FEATURE HALT request, the dev lock is taken by the interrupt handler lh7a40x_udc_irq then the handler will call lh7a40x_set_halt function which in its turn will try to acquire the dev lock. Signed-off-by: Franck Bui-Huu Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed