From: Maciej W. Rozycki Date: Thu, 7 Feb 2008 08:15:08 +0000 (-0800) Subject: dz: don't panic() when request_irq() fails X-Git-Tag: v2.6.25-rc1~408 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ba137e23e8d8f5cb15778b44be281c5687afc49;p=pandora-kernel.git dz: don't panic() when request_irq() fails Well, panic() is a little bit undue if request_irq() fails; there is probably no need to justify it any further. Handle the case gracefully, by unregistering the driver. Signed-off-by: Maciej W. Rozycki Cc: Jiri Slaby Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed