diff options
author | Duncan Sands <duncan.sands@math.u-psud.fr> | 2005-06-23 09:20:50 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2005-07-12 11:52:55 -0700 |
commit | 322a95bc8eba889d2f9d7222936d682c9aad8294 (patch) | |
tree | 00793473169ea5ec54d0b80281a95f69143341cb /drivers/usb/atm/speedtch.c | |
parent | 16966f2ab7db7366855d1267071a3138ae127ff6 (diff) | |
download | talos-obmc-linux-322a95bc8eba889d2f9d7222936d682c9aad8294.tar.gz talos-obmc-linux-322a95bc8eba889d2f9d7222936d682c9aad8294.zip |
[PATCH] USB ATM: line speed measured in Kb not Kib
Spotted by David Woodhouse.
Signed-off-by: Duncan Sands <baldrick@free.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
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 6a6eaa2a3b1c..992db1c16838 100644 --- a/drivers/usb/atm/speedtch.c +++ b/drivers/usb/atm/speedtch.c @@ -480,7 +480,7 @@ static void speedtch_check_status(struct speedtch_instance_data *instance) atm_dev->signal = ATM_PHY_SIG_FOUND; atm_info(usbatm, - "ADSL line is up (%d Kib/s down | %d Kib/s up)\n", + "ADSL line is up (%d kb/s down | %d kb/s up)\n", down_speed, up_speed); } break; |