hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/usb/host/ohci-s3c2410.c
....@@ -293,7 +293,6 @@
293293 static void s3c2410_hcd_oc(struct s3c2410_hcd_info *info, int port_oc)
294294 {
295295 struct s3c2410_hcd_port *port;
296
- struct usb_hcd *hcd;
297296 unsigned long flags;
298297 int portno;
299298
....@@ -301,7 +300,6 @@
301300 return;
302301
303302 port = &info->port[0];
304
- hcd = info->hcd;
305303
306304 local_irq_save(flags);
307305
....@@ -345,7 +343,7 @@
345343 return 0;
346344 }
347345
348
-/**
346
+/*
349347 * ohci_hcd_s3c2410_probe - initialize S3C2410-based HCDs
350348 * Context: !in_interrupt()
351349 *