commit | 5808544690300071f09eef9ab83a0fb1f60cf1cd | [log] [tgz] |
---|---|---|
author | Richard Retanubun <RichardRetanubun@ruggedcom.com> | Thu Mar 17 17:39:28 2011 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Apr 13 15:57:19 2011 -0700 |
tree | 8fb721b3a6ce9e9ce613c961543a3d3dc92519bf | |
parent | d834508e159fe8936f9e7fd941b1e2fe9a209d4b [diff] |
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>