patch-2.4.10 linux/drivers/usb/storage/scsiglue.c
Next file: linux/drivers/usb/storage/sddr09.c
Previous file: linux/drivers/usb/storage/jumpshot.c
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Tue Sep 18 14:10:43 2001
- Orig file:
v2.4.9/linux/drivers/usb/storage/scsiglue.c
- Orig date:
Mon Aug 27 12:41:45 2001
diff -u --recursive --new-file v2.4.9/linux/drivers/usb/storage/scsiglue.c linux/drivers/usb/storage/scsiglue.c
@@ -1,7 +1,7 @@
/* Driver for USB Mass Storage compliant devices
* SCSI layer glue code
*
- * $Id: scsiglue.c,v 1.21 2001/07/29 23:41:52 mdharm Exp $
+ * $Id: scsiglue.c,v 1.22 2001/09/02 04:29:27 mdharm Exp $
*
* Current development and maintenance by:
* (c) 1999, 2000 Matthew Dharm (mdharm-usb@one-eyed-alien.net)
@@ -49,7 +49,7 @@
#include "debug.h"
#include "transport.h"
-#include <linux/malloc.h>
+#include <linux/slab.h>
/*
* kernel thread actions
@@ -346,6 +346,7 @@
/* show the GUID of the device */
SPRINTF(" GUID: " GUID_FORMAT "\n", GUID_ARGS(us->guid));
+ SPRINTF(" Attached: %d\n", us->pusb_dev != NULL);
/*
* Calculate start of next buffer, and return value.
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)