Hi 2014-07-18 21:07 GMT+02:00 Bing Zhao <bzhao@xxxxxxxxxxx>: >> > @@ -1931,6 +1931,7 @@ static void sdio_card_reset_worker(struct work_struct *work) >> > mmc_remove_host(target); >> > /* 20ms delay is based on experiment with sdhci controller */ >> > mdelay(20); >> > + reset_host->rescan_entered = 0; /* rescan non-removable cards */ I used the global the variable, static struct mmc_host *reset_host; > > You meant this? > > + target->rescan_entered = 0; /* rescan non-removable cards */ of course, should be the local variable, sending out new patch. v2 - replaced global variable by local 'target' variable > > Regards, > Bing > >> > mmc_add_host(target); >> > } >> > static DECLARE_WORK(card_reset_work, sdio_card_reset_worker); >> >> Building wireless-next: >> >> CC drivers/net/wireless/mwifiex/sdio.o >> drivers/net/wireless/mwifiex/sdio.c: In function ‘mwifiex_sdio_card_reset_work’: >> drivers/net/wireless/mwifiex/sdio.c:1957:2: error: ‘reset_host’ undeclared (first use in this >> function) >> reset_host->rescan_entered = 0; /* rescan non-removable cards */ >> ^ >> drivers/net/wireless/mwifiex/sdio.c:1957:2: note: each undeclared identifier is reported only once >> for each function it appears in > > > -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html