mirror of
https://github.com/MiSTer-devel/Linux-Kernel_MiSTer.git
synced 2026-04-19 03:04:24 +00:00
mmc: don't activate LED on status command.
This commit is contained in:
@@ -352,7 +352,7 @@ int mmc_start_request(struct mmc_host *host, struct mmc_request *mrq)
|
||||
if (err)
|
||||
return err;
|
||||
|
||||
led_trigger_event(host->led, LED_FULL);
|
||||
if (!mrq->cmd || mrq->cmd->opcode != MMC_SEND_STATUS) led_trigger_event(host->led, LED_FULL);
|
||||
__mmc_start_request(host, mrq);
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user