ChangeSet 1.1243, 2003/06/18 16:54:26-07:00, Walter.Harms@Informatik.Uni-Oldenburg.DE

[PATCH] USB: fixes kernel_thread


 drivers/usb/storage/usb.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/drivers/usb/storage/usb.h b/drivers/usb/storage/usb.h
--- a/drivers/usb/storage/usb.h	Wed Jun 18 17:35:19 2003
+++ b/drivers/usb/storage/usb.h	Wed Jun 18 17:35:19 2003
@@ -155,7 +155,7 @@
 	/* thread information */
 	Scsi_Cmnd		*queue_srb;	 /* the single queue slot */
 	int			action;		 /* what to do		  */
-	int			pid;		 /* control thread	  */
+	pid_t			pid;		 /* control thread	  */
 
 	/* interrupt info for CBI devices -- only good if attached */
 	struct semaphore	ip_waitq;	 /* for CBI interrupts	 */
