2
0
forked from Ivasoft/openwrt

USB driver cleanups, no it is still not finished

SVN-Revision: 9543
This commit is contained in:
Gabor Juhos
2007-11-12 13:55:06 +00:00
parent 2e0b2d53d7
commit c80fbd4dc9
4 changed files with 9 additions and 161 deletions

View File

@@ -143,7 +143,6 @@ struct td {
/* rest are purely for the driver's use */
__u8 index;
/* struct ed *ed;*/
struct urb *urb;
dma_addr_t td_dma; /* addr of this TD */
@@ -445,7 +444,7 @@ static inline struct usb_hcd *admhcd_to_hcd(const struct admhcd *ahcd)
#define admhc_err(ahcd, fmt, args...) \
printk(KERN_ERR "adm5120-hcd: " fmt , ## args )
#define ahcd_info(ahcd, fmt, args...) \
#define admhc_info(ahcd, fmt, args...) \
printk(KERN_INFO "adm5120-hcd: " fmt , ## args )
#define admhc_warn(ahcd, fmt, args...) \
printk(KERN_WARNING "adm5120-hcd: " fmt , ## args )