diff options
author | Franck Bui-Huu <vagabon.xyz@gmail.com> | 2006-02-23 09:35:06 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-02-28 12:42:06 -0800 |
commit | d5ec33490c67affef93aebf76e1238260c82d377 (patch) | |
tree | 3e12575848db0034de60bc44c3e1127aac2c59e3 /drivers/serial | |
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>
Diffstat (limited to 'drivers/serial')
0 files changed, 0 insertions, 0 deletions