diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-06-10 21:43:02 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-07-12 22:02:09 +0200 |
commit | eb8d3c604fe7496323efb9a858bef84c489ca584 (patch) | |
tree | fe47cc2d57f7a7e2ba7936b7a89bbd49caf5bb5c /crypto | |
parent | Revert "fuse: Fix build error" as unnecessary (diff) | |
download | linux-eb8d3c604fe7496323efb9a858bef84c489ca584.tar.xz linux-eb8d3c604fe7496323efb9a858bef84c489ca584.zip |
devres: WARN() and return, don't crash on device_del() of uninitialized device
I just debugged an obscure crash caused by a device_del() of a all NULL'd
out struct device (in usb-serial) and found that a patch like this one would
have saved me time (in addition to improved chances of a bug report from
users hitting similar driver bugs).
[akpm@linux-foundation.org: cleanup]
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Kay Sievers <kay.sievers@vrfy.org>
Cc: Tejun Heo <tj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions