commit | d5ec33490c67affef93aebf76e1238260c82d377 | [log] [tgz] |
---|---|---|
author | Franck Bui-Huu <vagabon.xyz@gmail.com> | Thu Feb 23 09:35:06 2006 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Feb 28 12:42:06 2006 -0800 |
tree | 3e12575848db0034de60bc44c3e1127aac2c59e3 | |
parent | 754501b324fc3c42522a46d3ace205e7a6a50e77 [diff] |
[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 <franck.bui-huu@innova-card.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>