Re: [linux-yocto][kernel v5.10/standard/nxp-sdk-5.4/nxp-imx8][PATCH] mmc: core: Fix the 'err' undeclared compile failure in mmc_alloc_host()

2021-09-01 Thread Bruce Ashfield
[kernel v5.10/standard/nxp-sdk-5.4/nxp-imx8][PATCH] > mmc: core: Fix the 'err' undeclared compile failure in mmc_alloc_host() > on 09/08/2021 Jun Miao wrote: > > > There is a compile failture caused by commit > > 3b4009b49634 ("mmc: core: Don't allocate IDA for OF aliases&

Re: [linux-yocto][kernel v5.10/standard/nxp-sdk-5.4/nxp-imx8][PATCH] mmc: core: Fix the 'err' undeclared compile failure in mmc_alloc_host()

2021-08-10 Thread Bruce Ashfield
merged. Bruce In message: [linux-yocto][kernel v5.10/standard/nxp-sdk-5.4/nxp-imx8][PATCH] mmc: core: Fix the 'err' undeclared compile failure in mmc_alloc_host() on 09/08/2021 Jun Miao wrote: > There is a compile failture caused by commit > 3b4009b49634 ("mmc: core: Don't a

[linux-yocto][kernel v5.10/standard/nxp-sdk-5.4/nxp-imx8][PATCH] mmc: core: Fix the 'err' undeclared compile failure in mmc_alloc_host()

2021-08-09 Thread jmiao1
There is a compile failture caused by commit 3b4009b49634 ("mmc: core: Don't allocate IDA for OF aliases"). When merging code, it conflicts with sdk kernel patch, "err" is not replaced by "index", and some indents and "}" are lost. build error: drivers/mmc/core/host.c:449:3: error: 'err'