]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] bcm43xx: Correct printk with PFX before KERN_
authorJoe Perches <joe@perches.com>
Tue, 2 Oct 2007 19:57:11 +0000 (12:57 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Tue, 2 Oct 2007 21:04:22 +0000 (17:04 -0400)
Correct printk with PFX before KERN_ in bcm43xx_wx.c

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/bcm43xx/bcm43xx_wx.c

index d6d9413d7f23cdd662eadf09cc675dd667b2fda1..6acfdc49dccd30507f4b8b9521f4e75a2a237fbd 100644 (file)
@@ -444,7 +444,7 @@ static int bcm43xx_wx_set_xmitpower(struct net_device *net_dev,
        u16 maxpower;
 
        if ((data->txpower.flags & IW_TXPOW_TYPE) != IW_TXPOW_DBM) {
-               printk(PFX KERN_ERR "TX power not in dBm.\n");
+               printk(KERN_ERR PFX "TX power not in dBm.\n");
                return -EOPNOTSUPP;
        }