clean up p2p ie warning
diff --git a/broadcm_40181/bcmsdh_sdmmc.c b/broadcm_40181/bcmsdh_sdmmc.c
index a6fb63b..3f10918 100755
--- a/broadcm_40181/bcmsdh_sdmmc.c
+++ b/broadcm_40181/bcmsdh_sdmmc.c
@@ -1504,7 +1504,6 @@
 int
 sdioh_start(sdioh_info_t *si, int stage)
 {
-	int ret;
 	sdioh_info_t *sd = gInstance->sd;
 
 	if (!sd) {
diff --git a/broadcm_40181/wl_cfg80211.c b/broadcm_40181/wl_cfg80211.c
index e790124..f22ddb0 100755
--- a/broadcm_40181/wl_cfg80211.c
+++ b/broadcm_40181/wl_cfg80211.c
@@ -9412,7 +9412,7 @@
 					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_SCAN(("Couldn't find P2PIE in probe"
 							" response/beacon\n"));
 						goto exit;
 				}