Re: [PATCH v9 14/15] mmc: sdhci-cadence: Support mmc hardware reset

From: Brad Larson
Date: Mon Feb 06 2023 - 20:52:28 EST


On Thu, Jan 19, 2023, at 09:57, Arnd Bergmann wrote:
> On Thu, Jan 19, 2023, at 04:39, Brad Larson wrote:
>>
>> +extern unsigned int sdhci_timeout_val;
>> +
>
> This declaration should not be in the .c file, and I don't think
> there should be a global variable with this overly generic name either.

Thanks for pointing this out, I've deleted that line. It was leftover test
code to force a timeout to trigger the reset driver and reset the timeout.

Regards,
Brad