From: Dan Carpenter Date: Sat, 17 Jul 2010 07:21:28 +0000 (+0000) Subject: arcnet: fix signed bug in probe function X-Git-Tag: v2.6.36-rc1~571^2~185 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a6efc78c0c22d60040da0dc98a0844e7c0d0647;p=pandora-kernel.git arcnet: fix signed bug in probe function probe_irq_off() returns the first irq found or if two irqs are found then it returns the negative of the first irq found. We can cast dev->irq to an int so that the test for negative values works. Signed-off-by: Dan Carpenter Signed-off-by: David S. Miller --- Reading git-diff-tree failed