The patch titled Correct printk with PFX before KERN_ in drivers/net/wireless/bcm43xx/bcm43xx_wx.c has been added to the -mm tree. Its filename is correct-printk-with-pfx-before-kern_-in-drivers-net-wireless-bcm43xx-bcm43xx_wxc.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Correct printk with PFX before KERN_ in drivers/net/wireless/bcm43xx/bcm43xx_wx.c From: Joe Perches <joe@xxxxxxxxxxx> Signed-off-by: Joe Perches <joe@xxxxxxxxxxx> Cc: "John W. Linville" <linville@xxxxxxxxxxxxx> Cc: Larry Finger <Larry.Finger@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- diff -puN drivers/net/wireless/bcm43xx/bcm43xx_wx.c~correct-printk-with-pfx-before-kern_-in-drivers-net-wireless-bcm43xx-bcm43xx_wxc drivers/net/wireless/bcm43xx/bcm43xx_wx.c --- a/drivers/net/wireless/bcm43xx/bcm43xx_wx.c~correct-printk-with-pfx-before-kern_-in-drivers-net-wireless-bcm43xx-bcm43xx_wxc +++ a/drivers/net/wireless/bcm43xx/bcm43xx_wx.c @@ -444,7 +444,7 @@ static int bcm43xx_wx_set_xmitpower(stru 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; } _ Patches currently in -mm which might be from joe@xxxxxxxxxxx are git-hid.patch git-net.patch correct-printk-with-pfx-before-kern_-in-drivers-net-wireless-bcm43xx-bcm43xx_wxc.patch add-missing-newlines-to-some-uses-of-dev_level-messages.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html