]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: mx6: module_fuse: fix build failure due to wrong argument name
authorGiulio Benetti <giulio.benetti@benettiengineering.com>
Thu, 6 Apr 2023 16:17:13 +0000 (18:17 +0200)
committerStefano Babic <sbabic@denx.de>
Tue, 11 Jul 2023 12:40:02 +0000 (14:40 +0200)
commit04e08e3c549d065bd49e3d5c23a944a4e0da0a0a
treea7277592faffaee8170536defcb20bdf95fb9dca
parentce38c6432ba02794dcbd4851d380a9a1fb5b4bdd
arm: mx6: module_fuse: fix build failure due to wrong argument name

nodeoff variable should be variable off returned by fdt_path_offset() so
let's rename it to off.

Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Fabio Estevam <festevam@denx.de>
arch/arm/mach-imx/mx6/module_fuse.c