[patch 0/2] driver core: platform_get_irq*(): return -ENXIO on error

From: David Vrabel
Date: Thu Jan 19 2006 - 12:48:10 EST


platform_get_irq*() can't return 0 on error since 0 may be a valid IRQ.,
instead return a -ve error code.

platform_get_irq-return-error:
- return -ENXIO if platform_get_irq*() can't find the resource.

platform_get_irq-fix-users-on-error:
- fix all the users of platform_get_irq*() so they do something
sensible when it returns an error.

David Vrabel
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/