[PATCH 1/1] pico-imx7d: add baseboard SD card boot detect
Fabio Estevam
festevam at gmail.com
Mon Nov 27 21:39:07 CET 2023
On Mon, Nov 27, 2023 at 4:55 PM Szőke Kálmán Benjamin
<egyszeregy at freemail.hu> wrote:
>
> Unused function parameters should be removed
> https://rules.sonarsource.com/c/tag/based-on-misra/RSPEC-1172/
>From this same URL:
"Exceptions
There are some cases when you want to have an unused parameter
(usually because the function has to conform to a fixed prototype"
which is the case here with your patch, where you need to conform to:
int board_mmc_get_env_dev(int devno)
More information about the U-Boot
mailing list