Loading drivers/usb/atm/ueagle-atm.c +1 −1 Original line number Diff line number Diff line Loading @@ -999,7 +999,7 @@ static void __uea_load_page_e4(struct uea_softc *sc, u8 pageno, int boot) bi.dwAddress = swab32(blockidx->PageAddress); uea_dbg(INS_TO_USBDEV(sc), "sending block %u for DSP page %u size %u adress %x\n", "sending block %u for DSP page %u size %u address %x\n", blockno, pageno, blocksize, le32_to_cpu(blockidx->PageAddress)); /* send block info through the IDMA pipe */ Loading drivers/usb/class/cdc-acm.c +1 −1 Original line number Diff line number Diff line Loading @@ -915,7 +915,7 @@ static int acm_probe (struct usb_interface *intf, } if (data_interface_num != call_interface_num) dev_dbg(&intf->dev,"Seperate call control interface. That is not fully supported.\n"); dev_dbg(&intf->dev,"Separate call control interface. That is not fully supported.\n"); skip_normal_probe: Loading drivers/usb/gadget/at91_udc.h +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ #define AT91_UDP_RXRSM (1 << 9) /* USB Resume Interrupt Status */ #define AT91_UDP_EXTRSM (1 << 10) /* External Resume Interrupt Status [AT91RM9200 only] */ #define AT91_UDP_SOFINT (1 << 11) /* Start of Frame Interrupt Status */ #define AT91_UDP_ENDBUSRES (1 << 12) /* End of Bus Reset Interrpt Status */ #define AT91_UDP_ENDBUSRES (1 << 12) /* End of Bus Reset Interrupt Status */ #define AT91_UDP_WAKEUP (1 << 13) /* USB Wakeup Interrupt Status [AT91RM9200 only] */ #define AT91_UDP_ICR 0x20 /* Interrupt Clear Register */ Loading drivers/usb/gadget/fsl_usb2_udc.c +1 −1 Original line number Diff line number Diff line Loading @@ -1896,7 +1896,7 @@ static int fsl_proc_read(char *page, char **start, off_t off, int count, spin_lock_irqsave(&udc->lock, flags); /* ------basic driver infomation ---- */ /* ------basic driver information ---- */ t = scnprintf(next, size, DRIVER_DESC "\n" "%s version: %s\n" Loading drivers/usb/gadget/omap_udc.c +1 −1 Original line number Diff line number Diff line Loading @@ -1028,7 +1028,7 @@ omap_ep_queue(struct usb_ep *_ep, struct usb_request *_req, gfp_t gfp_flags) /* STATUS for zero length DATA stages is * always an IN ... even for IN transfers, * a wierd case which seem to stall OMAP. * a weird case which seem to stall OMAP. */ UDC_EP_NUM_REG = (UDC_EP_SEL|UDC_EP_DIR); UDC_CTRL_REG = UDC_CLR_EP; Loading Loading
drivers/usb/atm/ueagle-atm.c +1 −1 Original line number Diff line number Diff line Loading @@ -999,7 +999,7 @@ static void __uea_load_page_e4(struct uea_softc *sc, u8 pageno, int boot) bi.dwAddress = swab32(blockidx->PageAddress); uea_dbg(INS_TO_USBDEV(sc), "sending block %u for DSP page %u size %u adress %x\n", "sending block %u for DSP page %u size %u address %x\n", blockno, pageno, blocksize, le32_to_cpu(blockidx->PageAddress)); /* send block info through the IDMA pipe */ Loading
drivers/usb/class/cdc-acm.c +1 −1 Original line number Diff line number Diff line Loading @@ -915,7 +915,7 @@ static int acm_probe (struct usb_interface *intf, } if (data_interface_num != call_interface_num) dev_dbg(&intf->dev,"Seperate call control interface. That is not fully supported.\n"); dev_dbg(&intf->dev,"Separate call control interface. That is not fully supported.\n"); skip_normal_probe: Loading
drivers/usb/gadget/at91_udc.h +1 −1 Original line number Diff line number Diff line Loading @@ -53,7 +53,7 @@ #define AT91_UDP_RXRSM (1 << 9) /* USB Resume Interrupt Status */ #define AT91_UDP_EXTRSM (1 << 10) /* External Resume Interrupt Status [AT91RM9200 only] */ #define AT91_UDP_SOFINT (1 << 11) /* Start of Frame Interrupt Status */ #define AT91_UDP_ENDBUSRES (1 << 12) /* End of Bus Reset Interrpt Status */ #define AT91_UDP_ENDBUSRES (1 << 12) /* End of Bus Reset Interrupt Status */ #define AT91_UDP_WAKEUP (1 << 13) /* USB Wakeup Interrupt Status [AT91RM9200 only] */ #define AT91_UDP_ICR 0x20 /* Interrupt Clear Register */ Loading
drivers/usb/gadget/fsl_usb2_udc.c +1 −1 Original line number Diff line number Diff line Loading @@ -1896,7 +1896,7 @@ static int fsl_proc_read(char *page, char **start, off_t off, int count, spin_lock_irqsave(&udc->lock, flags); /* ------basic driver infomation ---- */ /* ------basic driver information ---- */ t = scnprintf(next, size, DRIVER_DESC "\n" "%s version: %s\n" Loading
drivers/usb/gadget/omap_udc.c +1 −1 Original line number Diff line number Diff line Loading @@ -1028,7 +1028,7 @@ omap_ep_queue(struct usb_ep *_ep, struct usb_request *_req, gfp_t gfp_flags) /* STATUS for zero length DATA stages is * always an IN ... even for IN transfers, * a wierd case which seem to stall OMAP. * a weird case which seem to stall OMAP. */ UDC_EP_NUM_REG = (UDC_EP_SEL|UDC_EP_DIR); UDC_CTRL_REG = UDC_CLR_EP; Loading