[PATCH] USB ATM: line speed measured in Kb not Kib

Spotted by David Woodhouse.

Signed-off-by: Duncan Sands <[EMAIL PROTECTED]>
Signed-off-by: Greg Kroah-Hartman <[EMAIL PROTECTED]>

---
commit 322a95bc8eba889d2f9d7222936d682c9aad8294
tree 00793473169ea5ec54d0b80281a95f69143341cb
parent 16966f2ab7db7366855d1267071a3138ae127ff6
author Duncan Sands <[EMAIL PROTECTED]> Thu, 23 Jun 2005 09:20:50 +0200
committer Greg Kroah-Hartman <[EMAIL PROTECTED]> Tue, 12 Jul 2005 11:52:55 -0700

 drivers/usb/atm/cxacru.c   |    2 +-
 drivers/usb/atm/speedtch.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/usb/atm/cxacru.c b/drivers/usb/atm/cxacru.c
--- a/drivers/usb/atm/cxacru.c
+++ b/drivers/usb/atm/cxacru.c
@@ -427,7 +427,7 @@ static void cxacru_poll_status(struct cx
                atm_dev->link_rate = buf[CXINF_DOWNSTREAM_RATE] * 1000 / 424;
                atm_dev->signal = ATM_PHY_SIG_FOUND;
 
-               dev_info(dev, "ADSL line: up (%d Kib/s down | %d Kib/s up)\n",
+               dev_info(dev, "ADSL line: up (%d kb/s down | %d kb/s up)\n",
                     buf[CXINF_DOWNSTREAM_RATE], buf[CXINF_UPSTREAM_RATE]);
                break;
 
diff --git a/drivers/usb/atm/speedtch.c b/drivers/usb/atm/speedtch.c
--- a/drivers/usb/atm/speedtch.c
+++ b/drivers/usb/atm/speedtch.c
@@ -480,7 +480,7 @@ static void speedtch_check_status(struct
                        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;



-------------------------------------------------------
This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening
July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual
core and dual graphics technology at this free one hour event hosted by HP,
AMD, and NVIDIA.  To register visit http://www.hp.com/go/dualwebinar
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to