patch-2.4.2 linux/drivers/block/cpqarray.c
Next file: linux/drivers/block/cpqarray.h
Previous file: linux/drivers/block/cciss.h
Back to the patch index
Back to the overall index
- Lines: 38
- Date:
Tue Feb 13 14:13:43 2001
- Orig file:
v2.4.1/linux/drivers/block/cpqarray.c
- Orig date:
Sat Feb 3 19:51:26 2001
diff -u --recursive --new-file v2.4.1/linux/drivers/block/cpqarray.c linux/drivers/block/cpqarray.c
@@ -28,7 +28,7 @@
#include <linux/types.h>
#include <linux/pci.h>
#include <linux/kernel.h>
-#include <linux/malloc.h>
+#include <linux/slab.h>
#include <linux/delay.h>
#include <linux/major.h>
#include <linux/fs.h>
@@ -44,8 +44,8 @@
#define SMART2_DRIVER_VERSION(maj,min,submin) ((maj<<16)|(min<<8)|(submin))
-#define DRIVER_NAME "Compaq SMART2 Driver (v 2.4.1)"
-#define DRIVER_VERSION SMART2_DRIVER_VERSION(2,4,1)
+#define DRIVER_NAME "Compaq SMART2 Driver (v 2.4.2)"
+#define DRIVER_VERSION SMART2_DRIVER_VERSION(2,4,2)
/* Embedded module documentation macros - see modules.h */
/* Original author Chris Frantz - Compaq Computer Corporation */
@@ -1327,7 +1327,7 @@
case IDA_WRITE_MEDIA:
kfree(p);
break;
- default:
+ default:;
/* Nothing to do */
}
@@ -1528,7 +1528,7 @@
ida_gendisk[ctlr].nr_real = 0;
/*
- * Tell the array controller not to give us any interupts while
+ * Tell the array controller not to give us any interrupts while
* we check the new geometry. Then turn interrupts back on when
* we're done.
*/
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)