From: Benjamin Herrenschmidt Date: Thu, 6 Dec 2007 21:29:46 +0000 (-0800) Subject: usb: Remove OHCI useless masking/unmasking of WDH interrupt X-Git-Tag: v2.6.25-rc1~1075^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=badef819229d455493ba97253dd0e4097b995624;p=pandora-kernel.git usb: Remove OHCI useless masking/unmasking of WDH interrupt The OHCI driver's IRQ handler, while processing a WDH interrupt, masks and unmasks it. I believe this is both broken (the write may still be posted during the donelist processing it's trying to safeguard) and useless as this IRQ may not be reissued until it's acked (unless this legacy code is an uncommented workaround for some chip erratum). Signed-off-by: Benjamin Herrenschmidt Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed