The patch titled Correct printk with PFX before KERN_ in drivers/net/wireless/bcm43xx/bcm43xx_wx.c has been removed from the -mm tree. Its filename was correct-printk-with-pfx-before-kern_-in-drivers-net-wireless-bcm43xx-bcm43xx_wxc.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 origin.patch git-hid.patch git-net.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