@@ -425,11 +425,6 @@ static irqreturn_t ariadne_interrupt(intintcsr0,boguscnt;inthandled=0;-if(dev==NULL){-printk(KERN_WARNING"ariadne_interrupt(): irq for unknown device.\n");-returnIRQ_NONE;-}-lance->RAP=CSR0;/* PCnet-ISA Controller Status */if(!(lance->RDP&INTR))/* Check if any interrupt has been */
From: David Miller <davem@davemloft.net> Date: 2011-03-10 22:39:08
From: j223yang@asset.uwaterloo.ca
Date: Thu, 10 Mar 2011 17:36:37 -0500
Simply remove redundant 'dev' NULL check.
Source code uses spaces instead of TAB, except 'printk' and 'return' lines.
Signed-off-by: Jinqiu Yang <redacted>
Patch is still corrupted by your email client, the same way as before.
And when you fix it, you don't need to mention this in the commit
message.
Please, take the time to do some testing by sending the patch to
yourself, and then try to apply the patch in the email you receive.