From: David Vrabel Date: Thu, 19 Jan 2006 17:52:27 +0000 (+0000) Subject: [PATCH] driver core: platform_get_irq*(): return -ENXIO on error X-Git-Tag: v2.6.17-rc1~1177^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=305b3228f9ff4d59f49e6d34a7034d44ee8ce2f0;p=pandora-kernel.git [PATCH] driver core: platform_get_irq*(): return -ENXIO on error platform_get_irq*() cannot return 0 on error as 0 is a valid IRQ on some platforms, return -ENXIO instead. Signed-off-by: David Vrabel Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed