Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=4365e99f9587b94010e9818a4237ce2b1c734e91
Commit:     4365e99f9587b94010e9818a4237ce2b1c734e91
Parent:     3146b39c185f8a436d430132457e84fa1d8f8208
Author:     Joe Perches <[EMAIL PROTECTED]>
AuthorDate: Tue Oct 2 12:57:11 2007 -0700
Committer:  John W. Linville <[EMAIL PROTECTED]>
CommitDate: Tue Oct 2 17:04:22 2007 -0400

    [PATCH] bcm43xx: Correct printk with PFX before KERN_
    
    Correct printk with PFX before KERN_ in bcm43xx_wx.c
    
    Signed-off-by: Joe Perches <[EMAIL PROTECTED]>
    Signed-off-by: John W. Linville <[EMAIL PROTECTED]>
---
 drivers/net/wireless/bcm43xx/bcm43xx_wx.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/wireless/bcm43xx/bcm43xx_wx.c 
b/drivers/net/wireless/bcm43xx/bcm43xx_wx.c
index d6d9413..6acfdc4 100644
--- a/drivers/net/wireless/bcm43xx/bcm43xx_wx.c
+++ b/drivers/net/wireless/bcm43xx/bcm43xx_wx.c
@@ -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;
        }
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to