1 From: Florian Fainelli <f.fainelli@gmail.com>
2 Subject: [PATCH v3 1/9] mtd: rawnand: brcmnand: Assign soc as early as possible
3 Date: Fri, 07 Jan 2022 10:46:06 -0800
4 Content-Type: text/plain; charset="utf-8"
6 In order to key off the brcmnand_probe() code in subsequent changes
7 depending upon ctrl->soc, assign that variable as early as possible,
8 instead of much later when we have checked that it is non-NULL.
10 Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
12 drivers/mtd/nand/raw/brcmnand/brcmnand.c | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
15 --- a/drivers/mtd/nand/raw/brcmnand/brcmnand.c
16 +++ b/drivers/mtd/nand/raw/brcmnand/brcmnand.c
17 @@ -3059,6 +3059,7 @@ int brcmnand_probe(struct platform_devic
19 dev_set_drvdata(dev, ctrl);
23 /* Enable the static key if the soc provides I/O operations indicating
24 * that a non-memory mapped IO access path must be used
25 @@ -3205,8 +3206,6 @@ int brcmnand_probe(struct platform_devic
31 ret = devm_request_irq(dev, ctrl->irq, brcmnand_irq, 0,