[PATCH] ARM: OMAP1: fix USB configuration use-after-release
From: tony@atomide.com (Tony Lindgren)
Date: 2013-01-03 19:33:29
Also in:
linux-omap
From: tony@atomide.com (Tony Lindgren)
Date: 2013-01-03 19:33:29
Also in:
linux-omap
* Aaro Koskinen [off-list ref] [121221 12:59]:
All boards, except Amstrad E3, mark USB config with __initdata. As a result, when you compile USB into modules, they will try to refer already released platform data and the behaviour is undefined. For example on Nokia 770, I get the following kernel panic when modprobing ohci-hcd:
Thanks applying into omap-for-v3.8-rc2/fixes. Tony