]> git.baikalelectronics.ru Git - kernel.git/commit
USB: isp1760-hcd: move imask clear after pending work is done
authorRichard Retanubun <RichardRetanubun@ruggedcom.com>
Thu, 17 Mar 2011 21:39:28 +0000 (17:39 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 13 Apr 2011 22:57:19 +0000 (15:57 -0700)
commit77ff37c3f3575140ed03efe7c4234be7fb40b01b
tree8fb721b3a6ce9e9ce613c961543a3d3dc92519bf
parent3d4fb39d664de3def02bcac1a8c24f388a9c4ae4
USB: isp1760-hcd: move imask clear after pending work is done

This patch moves the HcInterrupt register write to clear the
pending interrupt to after the isr work is done, doing this removes
glitches in the irq line.

Signed-off-by: Richard Retanubun <richardretanubun@ruggedcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/isp1760-hcd.c