Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4365e99f authored by Joe Perches's avatar Joe Perches Committed by John W. Linville
Browse files

[PATCH] bcm43xx: Correct printk with PFX before KERN_



Correct printk with PFX before KERN_ in bcm43xx_wx.c

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 3146b39c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}