Skip to content
Snippets Groups Projects
Commit 48944738 authored by David Vrabel's avatar David Vrabel Committed by Greg Kroah-Hartman
Browse files

[PATCH] handle errors returned by platform_get_irq*()


platform_get_irq*() now returns on -ENXIO when the resource cannot be
found.  Ensure all users of platform_get_irq*() handle this error
appropriately.

Signed-off-by: default avatarDavid Vrabel <dvrabel@arcom.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 305b3228
No related merge requests found
Showing
with 60 additions and 10 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment