From: Gábor Stefanik Date: Mon, 13 Apr 2009 19:54:27 +0000 (+0200) Subject: rtl8187: Remove the "8187B chip detected" message when probing RTL8187B cards X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=06bfd0d3dbe965de4f60079955cca19d7e853c60;p=deliverable%2Flinux.git rtl8187: Remove the "8187B chip detected" message when probing RTL8187B cards This message appears to be nothing more than a leftover of the experimental-8187B era. Also, we print the HW type in the hwaddr line, making this message reduntant. And it's definitely not important enough to be a KERN_WARNING. Signed-off-by: Gábor Stefanik Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/rtl818x/rtl8187_dev.c b/drivers/net/wireless/rtl818x/rtl8187_dev.c index fd81884b9c7d..d6d4001812a7 100644 --- a/drivers/net/wireless/rtl818x/rtl8187_dev.c +++ b/drivers/net/wireless/rtl818x/rtl8187_dev.c @@ -1470,9 +1470,6 @@ static int __devinit rtl8187_probe(struct usb_interface *intf, (*channel++).hw_value = txpwr >> 8; } - if (priv->is_rtl8187b) - printk(KERN_WARNING "rtl8187: 8187B chip detected.\n"); - /* * XXX: Once this driver supports anything that requires * beacons it must implement IEEE80211_TX_CTL_ASSIGN_SEQ.