projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3abf3be
)
[PATCH] fix gregkh-usb-usbcore-remove-unused-bandwith-related-code
author
Andrew Morton
<
[email protected]
>
Sat, 10 Feb 2007 09:46:49 +0000
(
01:46
-0800)
committer
Linus Torvalds
<
[email protected]
>
Sun, 11 Feb 2007 19:18:07 +0000
(11:18 -0800)
drivers/isdn/gigaset/bas-gigaset.c: In function 'dump_urb':
drivers/isdn/gigaset/bas-gigaset.c:258: error: 'struct urb' has no member named 'bandwidth'
Cc: Alan Stern <
[email protected]
>
Cc: Greg KH <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/isdn/gigaset/bas-gigaset.c
patch
|
blob
|
history
diff --git
a/drivers/isdn/gigaset/bas-gigaset.c
b/drivers/isdn/gigaset/bas-gigaset.c
index b5e7f9c7d74e6bd5bac9c0e1126259fa1700038e..63e51dd6debe2a9b279ebb1281852a606f9d3301 100644
(file)
--- a/
drivers/isdn/gigaset/bas-gigaset.c
+++ b/
drivers/isdn/gigaset/bas-gigaset.c
@@
-257,10
+257,10
@@
static inline void dump_urb(enum debuglevel level, const char *tag,
urb->transfer_flags);
gig_dbg(level,
" transfer_buffer=0x%08lx[%d], actual_length=%d, "
- "
bandwidth=%d,
setup_packet=0x%08lx,",
+ "setup_packet=0x%08lx,",
(unsigned long) urb->transfer_buffer,
urb->transfer_buffer_length, urb->actual_length,
-
urb->bandwidth,
(unsigned long) urb->setup_packet);
+ (unsigned long) urb->setup_packet);
gig_dbg(level,
" start_frame=%d, number_of_packets=%d, interval=%d, "
"error_count=%d,",