Searched hist:86236813 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/mmc/core/ |
H A D | core.c | 86236813 Thu Nov 05 09:08:07 CST 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> 86236813 Thu Nov 05 09:08:07 CST 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>
|