From: Andrew Morton Date: Fri, 28 Apr 2006 01:39:18 +0000 (-0700) Subject: [PATCH] request_irq(): remove warnings from irq probing X-Git-Tag: v2.6.17-rc4~133 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13e87ec68641fd54f3fa04eef3419d034ed2115a;p=pandora-kernel.git [PATCH] request_irq(): remove warnings from irq probing - Add new SA_PROBEIRQ which suppresses the new sharing-mismatch warning. Some drivers like to use request_irq() to find an unused interrupt slot. - Use it in i82365.c - Kill unused SA_PROBE. Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed