Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> writes: >> +/* reset_trigger variable is used to identify if mwifiex_sdio_remove() >> + * is called by sdio_work during reset or the call is from sdio subsystem. >> + * We will cancel sdio_work only if the call is from sdio subsystem. >> + */ >> +static u8 reset_triggered; > > It would be really great if the driver supported multiple devices. IOW > please avoid module-globals. Good catch, it's a hard requirement to support multiple devices at the same time. -- Kalle Valo