From: Catalin Marinas Date: Mon, 23 Mar 2009 12:38:16 +0000 (+0000) Subject: USB: isp1760: Add a delay before reading the SKIPMAP registers in isp1760-hcd.c X-Git-Tag: v2.6.30-rc1~670^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6bdfe36e52f0e552b50acf49a82851eeb122fde;p=pandora-kernel.git USB: isp1760: Add a delay before reading the SKIPMAP registers in isp1760-hcd.c The data read from the SKIPMAP registers is not immediately available after writing and the driver panics when a packet is enqueued from the interrupt handler. This patch adds an ndelay(195) before these registers are read (delay value mentioned in section 15.1.1.3 of the ISP1760 data sheet). Signed-off-by: Catalin Marinas Acked-by: Sebastian Andrzej Siewior Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed