[PATCH 2/9] ARM: boards: protonic-imx6: Update comment to match a recent code update
Sascha Hauer
s.hauer at pengutronix.de
Fri Jun 17 00:00:46 PDT 2022
On Thu, Jun 16, 2022 at 03:11:07PM +0200, Robin van der Gracht wrote:
> Fixes: 1e817b64bc45968320597344e6b05463edd9c5e5
We don't have this commit in mainline, could you reference the
corresponding upstream commit instead? Please write as
aabbccddeeff ("subject")
Sascha
>
> Signed-off-by: Robin van der Gracht <robin at protonic.nl>
> ---
> arch/arm/boards/protonic-imx6/board.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boards/protonic-imx6/board.c b/arch/arm/boards/protonic-imx6/board.c
> index 8f8a0c745e..3116f3ac42 100644
> --- a/arch/arm/boards/protonic-imx6/board.c
> +++ b/arch/arm/boards/protonic-imx6/board.c
> @@ -392,7 +392,7 @@ static int prt_imx6_env_init(struct prt_imx6_priv *priv)
> else
> priv->usb_delay = 1;
>
> - /* the usb_delay value is used for poller_call_async() */
> + /* the usb_delay value is used for wq_queue_delayed_work() */
> delay = basprintf("%d", priv->usb_delay);
> ret = setenv("global.autoboot_timeout", delay);
> if (ret)
> --
> 2.34.1
>
>
--
Pengutronix e.K. | |
Steuerwalder Str. 21 | http://www.pengutronix.de/ |
31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the barebox
mailing list