Skip to content
Commit b269b170 authored by Russell King's avatar Russell King
Browse files

ARM: cleanup: soc_device_register() error checking



soc_device_register() never returns NULL, it only ever returns an
error pointer or a valid pointer.  Use the right function (IS_ERR())
to check this.

soc_device_to_device() only ever returns &soc_dev->dev, and so can
never return an error or NULL if the pointer passed into it was
valid, so there's no point checking its return.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent f6604efe
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