diff options
Diffstat (limited to 'drivers/usb/atm/speedtch.c')
-rw-r--r-- | drivers/usb/atm/speedtch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/atm/speedtch.c b/drivers/usb/atm/speedtch.c index 98dd9e49b68..975e9c6691d 100644 --- a/drivers/usb/atm/speedtch.c +++ b/drivers/usb/atm/speedtch.c | |||
@@ -170,7 +170,7 @@ static void speedtch_set_swbuff(struct speedtch_instance_data *instance, int sta | |||
170 | "%sabling SW buffering: usb_control_msg returned %d\n", | 170 | "%sabling SW buffering: usb_control_msg returned %d\n", |
171 | state ? "En" : "Dis", ret); | 171 | state ? "En" : "Dis", ret); |
172 | else | 172 | else |
173 | dbg("speedtch_set_swbuff: %sbled SW buffering", state ? "En" : "Dis"); | 173 | usb_dbg(usbatm, "speedtch_set_swbuff: %sbled SW buffering\n", state ? "En" : "Dis"); |
174 | } | 174 | } |
175 | 175 | ||
176 | static void speedtch_test_sequence(struct speedtch_instance_data *instance) | 176 | static void speedtch_test_sequence(struct speedtch_instance_data *instance) |