From: Alan Cox Date: Thu, 26 Jan 2012 17:44:09 +0000 (+0000) Subject: serial: Kill off NO_IRQ X-Git-Tag: v3.4-rc1~185^2~112^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4e33fac2408d37f7b52e80ca2a89f9fb482914f;p=pandora-kernel.git serial: Kill off NO_IRQ We transform the offenders into a test of irq <= 0 which will be ok while the ARM people get their platform sorted. Once that is done (or in a while if they don't do it anyway) then we will change them all to !irq checks. For arch specific drivers that are already using NO_IRQ = 0 we just test against zero so we don't need to re-review them later. Signed-off-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed