[PATCH 48/49] drivers/staging/winbond: Convert printks to pr_<level>

Joe Perches joe at perches.com
Thu Oct 15 01:54:32 UTC 2009


Signed-off-by: Joe Perches <joe at perches.com>
---
 drivers/staging/winbond/wbusb.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/winbond/wbusb.c b/drivers/staging/winbond/wbusb.c
index 067082a..16ee5a5 100644
--- a/drivers/staging/winbond/wbusb.c
+++ b/drivers/staging/winbond/wbusb.c
@@ -82,20 +82,20 @@ static void wbsoft_remove_interface(struct ieee80211_hw *dev,
 
 static void wbsoft_stop(struct ieee80211_hw *hw)
 {
-	printk(KERN_INFO "%s called\n", __func__);
+	pr_info("%s called\n", __func__);
 }
 
 static int wbsoft_get_stats(struct ieee80211_hw *hw,
 			    struct ieee80211_low_level_stats *stats)
 {
-	printk(KERN_INFO "%s called\n", __func__);
+	pr_info("%s called\n", __func__);
 	return 0;
 }
 
 static int wbsoft_get_tx_stats(struct ieee80211_hw *hw,
 			       struct ieee80211_tx_queue_stats *stats)
 {
-	printk(KERN_INFO "%s called\n", __func__);
+	pr_info("%s called\n", __func__);
 	return 0;
 }
 
-- 
1.6.5.rc3.dirty




More information about the devel mailing list