Skip to content
Commit 3ded9104 authored by Rafael J. Wysocki's avatar Rafael J. Wysocki
Browse files

driver core: Avoid NULL pointer dereferences in device_is_bound()

If device_is_bound() is called on a device that's not been registered
yet, it will attepmt to dereference dev->p which is NULL, so avoid
that by checking dev->p in there against NULL.

Fixes: 6b9cb427

 "device core: add device_is_bound()"
Reported-and-tested-by: default avatarGuenter Roeck <linux@roeck-us.net>
Tested-by: default avatarTony Lindgren <tony@atomide.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 2d30bb0b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment