diff options
author | Miklos Szeredi <mszeredi@suse.cz> | 2012-08-21 11:20:30 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-08-21 17:54:42 -0400 |
commit | 9974e43d900af7979e0a571b8e0c9674c7399b79 (patch) | |
tree | f01213908106e0508ef97c8c2b9b8aa08f70c4e6 /drivers/video | |
parent | 1456c75a80dfd3fd02b9ea44d1223bb51a5683d5 (diff) |
ide: fix generic_ide_suspend/resume Oops
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@suse.cz>
Acked-by: Rafael J. Wysocki <rjw@sisk.pl>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/video')
0 files changed, 0 insertions, 0 deletions