From: Bryan Wu Date: Fri, 30 Nov 2007 10:11:16 +0000 (+0800) Subject: fix bug: when no USB device is plugged into the port of EZKIT-BF548, USB OTG host... X-Git-Tag: v2.6.24-omap1~115 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac3f2360e41ad5d2a3da2e272709b4fe76e2e417;p=pandora-kernel.git fix bug: when no USB device is plugged into the port of EZKIT-BF548, USB OTG host mode got BUG() Move IRQ workqueue init before request_irq, otherwise host SUSPEND irq will call schedule_work() and BUG_ON() will fire because musb_irq_work did not initialised. We recorded it at https://blackfin.uclinux.org/gf/project/uclinux-dist/tracker/?action=TrackerItemEdit&tracker_id=141&tracker_item_id=3740 Although the Blackfin port of MUSB is not merged, this bug should be common for other platform with MUSB Signed-off-by: Bryan Wu Acked-by: Gadiyar, Anand Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed