wifi:bcmdhd: remove a disgusting print.
authorgwl <gwl@rock-chips.com>
Tue, 11 Mar 2014 12:13:34 +0000 (20:13 +0800)
committergwl <gwl@rock-chips.com>
Tue, 11 Mar 2014 12:13:40 +0000 (20:13 +0800)
drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/wl_cfg80211.c

index 096989ce221c2313c70c6bf04d7b9cb6a559706f..59c1236684f836f3bb8217b920621c7a433621cf 100644 (file)
@@ -9413,7 +9413,7 @@ static s32 wl_escan_handler(struct wl_priv *wl, bcm_struct_cfgdev *cfgdev,
                                        goto exit;
                                if ((p2p_ie = wl_cfgp2p_find_p2pie(((u8 *) bi) + bi->ie_offset,
                                        bi->ie_length)) == NULL) {
-                                               WL_ERR(("Couldn't find P2PIE in probe"
+                                               WL_DBG(("Couldn't find P2PIE in probe"
                                                        " response/beacon\n"));
                                                goto exit;
                                }
@@ -13140,4 +13140,4 @@ void wl_cfg80211_user_sync(bool lock)
        else
                mutex_unlock(&wl->usr_sync);
 }
-#endif
\ No newline at end of file
+#endif