Hello, I wrote:
The Swarm IDE driver uses a release method which is defined in the
driver
itself thus potentially oopsable. The simple fix would be to just leak
the device but this patch goes the full length and moves the entire
handling of the platform device in the platform code and retains only
the platform driver code in drivers/ide/mips/swarm.c.
Signed-off-by: Ralf Baechle <ralf@xxxxxxxxxxxxxx>
Acked-by: Sergei Shtylyov <sshtylyov@xxxxxxxxxxxxx>
Perhaps worth splitting into arch/mips/ and the follow-up
drivers/ide/ patches though...
MBR, Sergei