patch-2.3.16 linux/drivers/i2o/i2o_core.c

Next file: linux/drivers/isdn/eicon/eicon.h
Previous file: linux/drivers/char/wdt.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.15/linux/drivers/i2o/i2o_core.c linux/drivers/i2o/i2o_core.c
@@ -310,7 +310,7 @@
 
 			*p=c->next;
 			spin_unlock(&i2o_configuration_lock);
-			if(c->page_frame);
+			if(c->page_frame)
 				kfree(c->page_frame);
 			if(c->hrt)
 				kfree(c->hrt);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)