ChangeSet 1.1608.84.9, 2004/03/09 09:47:21-08:00, greg@kroah.com

[PATCH] USB: fix compiler warning in hfc_usb.c driver.


 drivers/isdn/hisax/hfc_usb.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/drivers/isdn/hisax/hfc_usb.c b/drivers/isdn/hisax/hfc_usb.c
--- a/drivers/isdn/hisax/hfc_usb.c	Tue Mar 16 15:03:25 2004
+++ b/drivers/isdn/hisax/hfc_usb.c	Tue Mar 16 15:03:25 2004
@@ -1350,7 +1350,7 @@
 	struct usb_device *dev= interface_to_usbdev(intf);
 	hfcusb_data *context;
 	struct usb_host_interface *iface = intf->cur_altsetting;
-	struct usb_host_interface *iface_used;
+	struct usb_host_interface *iface_used = NULL;
 	struct usb_host_endpoint *ep;
 	int ifnum = iface->desc.bInterfaceNumber;
 	int i, idx, alt_idx, probe_alt_setting, vend_idx, cfg_used, *vcf, attr, cfg_found, cidx, ep_addr;
