# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#	           ChangeSet	1.554   -> 1.555  
#	drivers/usb/core/usb.c	1.55    -> 1.56   
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 02/05/17	greg@kroah.com	1.555
# [PATCH] USB - fix a compiler warning in the core code
# 
# This removes a compiler warning due to my previous patch.
# --------------------------------------------
#
diff -Nru a/drivers/usb/core/usb.c b/drivers/usb/core/usb.c
--- a/drivers/usb/core/usb.c	Fri May 17 15:16:15 2002
+++ b/drivers/usb/core/usb.c	Fri May 17 15:16:15 2002
@@ -2587,7 +2587,7 @@
 #define SET_ADDRESS_RETRYS	2
 int usb_new_device(struct usb_device *dev)
 {
-	int err;
+	int err = 0;
 	int i;
 	int j;
 
