]> git.karo-electronics.de Git - linux-beck.git/commitdiff
cw1200: Display the correct default reference clock.
authorSolomon Peachy <pizza@shaftnet.org>
Wed, 28 Aug 2013 00:17:12 +0000 (20:17 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 28 Aug 2013 17:58:28 +0000 (13:58 -0400)
This is purely a cosmetic bug.

Signed-off-by: Solomon Peachy <pizza@shaftnet.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/cw1200/main.c

index 3724e739cbf42bbc76732da265acfaa2570f8a52..090f01577dd25314651156c551a8f48299f9a852 100644 (file)
@@ -507,7 +507,7 @@ u32 cw1200_dpll_from_clk(u16 clk_khz)
        case 0xCB20: /* 52000 KHz */
                return 0x07627091;
        default:
-               pr_err("Unknown Refclk freq (0x%04x), using 2600KHz\n",
+               pr_err("Unknown Refclk freq (0x%04x), using 26000KHz\n",
                       clk_khz);
                return 0x0EC4F121;
        }