From: Miklos Szeredi <miklos@xxxxxxxxxx> Date: Tue, 21 Aug 2012 17:20:30 +0200 > From: Miklos Szeredi <mszeredi@xxxxxxx> > > This patch fixes a regresion introduced by commit 0998d063 (device-core: Ensure > drvdata = NULL when no driver is bound). > > Suspend oopses in generic_ide_suspend() because dev_get_drvdata() > returns NULL (dev->p->driver_data == NULL) and this function is not > prepared for this. > > Fix is based on Alan Stern's suggestion. > > Signed-off-by: Miklos Szeredi <mszeredi@xxxxxxx> > Acked-by: Rafael J. Wysocki <rjw@xxxxxxx> Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html