Hello. On 14-12-2010 14:03, Felipe Balbi wrote:
musb_probe() only regards 0 as a wrong IRQ number, despite platform_get_irq() that it calls returns -EXDEV in that case. It leads to musb_init_controller() calling request_irq() with a negative IRQ number, and when it naturally fails, the following is printed to the console:
request_irq -6 failed! musb_init_controller failed with status -19
Fix musb_probe() to filter out the error values as well as 0.
Signed-off-by: Sergei Shtylyov <sshtylyov@xxxxxxxxxxxxx>
--- This patch is against the recent Linus' tree.
Felipe, have you queued this one yet?
I'm not changing the pull request again. This isn't also a big problem Linus would like to have so late in the rc cycle, so this is going to 2.6.38-rc
Well, I agree. WBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html