Home
last modified time | relevance | path

Searched hist:"86236813 ff23e0e8afc6844d307fb84df98f6723" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/mmc/core/
H A Dcore.cdiff 86236813ff23e0e8afc6844d307fb84df98f6723 Thu Nov 05 16:08:07 CET 2015 Ulf Hansson <ulf.hansson@linaro.org> mmc: core: Invoke ->card_event() callback only when needed

The ->card_event() callback may be called when re-scan is disabled and for
non-removable cards, which both cases are unnecessary.

Instead let's move the call later in mmc_rescan() where these constraints
have been validated.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>