Re: [PATCH v5 38/44] freescale: Fix odd use of ESDHCI_QUIRK_BROKEN_TIMEOUT_VALUE

2023-03-02 Thread Tom Rini
On Wed, Feb 22, 2023 at 09:34:19AM -0700, Simon Glass wrote: > This is not a CONFIG option so we should not be using IS_ENABLED() on it, > particularly not when it is not defined to anything, so shows up as > calling IS_ENABLED() with no arguments. > > Just check it normally. > > For fsl_esdhc.c

[PATCH v5 38/44] freescale: Fix odd use of ESDHCI_QUIRK_BROKEN_TIMEOUT_VALUE

2023-02-22 Thread Simon Glass
This is not a CONFIG option so we should not be using IS_ENABLED() on it, particularly not when it is not defined to anything, so shows up as calling IS_ENABLED() with no arguments. Just check it normally. For fsl_esdhc.c set it to 0 at the top of the file if it is not defined. This sort-of match