Re: [PATCH 1/4] mtd: nand: raw: Use macro nand_to_mtd() where appropriate

2024-03-07 Thread Michael Nazzareno Trimarchi
On Thu, Mar 7, 2024 at 10:10 AM Alexander Dahl wrote: > > In every other place in this file the macro is used, make it consistent. > > Fixes: 9d1806fadc24 ("mtd: nand: Get rid of mtd variable in function calls") > Signed-off-by: Alexander Dahl > --- > drivers/mtd/nand/raw/nand_base.c | 6 +++---

[PATCH 1/4] mtd: nand: raw: Use macro nand_to_mtd() where appropriate

2024-03-07 Thread Alexander Dahl
In every other place in this file the macro is used, make it consistent. Fixes: 9d1806fadc24 ("mtd: nand: Get rid of mtd variable in function calls") Signed-off-by: Alexander Dahl --- drivers/mtd/nand/raw/nand_base.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drive