mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-25 21:54:06 +08:00
Staging: rtl8187se: fix printk() should include kern_ facility level
Fix checkpatch.pl issues with printk() should include kern_ facility level in r8185b_init.c Signed-off-by: Ebru Akagunduz <ebru.akagunduz@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
06fcedc8ea
commit
51d6774a91
@ -497,7 +497,7 @@ static void ZEBRA_Config_85BASIC_HardCode(struct net_device *dev)
|
||||
*/
|
||||
RF_WriteReg(dev, 0x0f, (priv->XtalCal_Xin<<5) |
|
||||
(priv->XtalCal_Xout<<1) | BIT11 | BIT9); mdelay(1);
|
||||
printk("ZEBRA_Config_85BASIC_HardCode(): (%02x)\n",
|
||||
netdev_info(dev, "ZEBRA_Config_85BASIC_HardCode(): (%02x)\n",
|
||||
(priv->XtalCal_Xin<<5) | (priv->XtalCal_Xout<<1) |
|
||||
BIT11 | BIT9);
|
||||
} else {
|
||||
@ -1125,7 +1125,7 @@ bool MgntActSet_RF_State(struct net_device *dev,
|
||||
* to be stuck here.
|
||||
*/
|
||||
if (RFWaitCounter > 1000) { /* 1sec */
|
||||
printk("MgntActSet_RF_State(): Wait too long to set RF\n");
|
||||
netdev_info(dev, "MgntActSet_RF_State(): Wait too long to set RF\n");
|
||||
/* TODO: Reset RF state? */
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user