1
0
Fork 0

net: bcmdhd: Remove debug info

pull/10/head
Lars Ivar Miljeteig 2020-09-23 13:00:15 +02:00 committed by Steinar Bakkemo
parent 1e8212c029
commit b56e7a9c8b
2 changed files with 0 additions and 6 deletions

View File

@ -114,9 +114,7 @@ static int sdioh_probe(struct sdio_func *func)
osl_t *osh = NULL;
sdioh_info_t *sdioh = NULL;
printk("[---- SBA ----] sdioh_probe Enter\n");
/*if(!wifi_mmc_host_initiated()) {
printk("[---- SBA ----] Wifi MMC host is not initiated, deferring probe/initiation until later..\n");
return -EPROBE_DEFER;
}*/
@ -189,8 +187,6 @@ static int bcmsdh_sdmmc_probe(struct sdio_func *func,
if (func == NULL)
return -EINVAL;
printk("[---- SBA ----] bcmsdh_sdmmc_probe Enter\n");
sd_err(("%s: Enter num=%d\n", __FUNCTION__, func->num));
sd_info(("sdio_bcmsdh: func->class=%x\n", func->class));
sd_info(("sdio_vendor: 0x%04x\n", func->vendor));

View File

@ -113,7 +113,6 @@ static int dhd_wlan_set_carddetect(int present)
#if defined(BCMSDIO)
printf("======== Card detection to detect SDIO card! ========\n");
#ifdef CUSTOMER_HW_PLATFORM
printk("[---- SBA ----] Calling wifi_card_detect(1) ..\n");
wifi_card_detect(1);
#endif /* CUSTOMER_HW_PLATFORM */
#elif defined(BCMPCIE)
@ -123,7 +122,6 @@ static int dhd_wlan_set_carddetect(int present)
#if defined(BCMSDIO)
printf("======== Card detection to remove SDIO card! ========\n");
#ifdef CUSTOMER_HW_PLATFORM
printk("[---- SBA ----] Calling wifi_card_detect(0) ..\n");
wifi_card_detect(0);
#endif /* CUSTOMER_HW_PLATFORM */
#elif defined(BCMPCIE)