[PATCH] handle errors returned by platform_get_irq*()
authorDavid Vrabel <dvrabel@arcom.com>
Thu, 19 Jan 2006 17:56:29 +0000 (17:56 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 20 Mar 2006 21:42:57 +0000 (13:42 -0800)
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: David Vrabel <dvrabel@arcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found