From: Felix Fietkau <nbd@nbd.name>
Date: Mon, 16 Oct 2017 10:15:08 +0000 (+0200)
Subject: ramips: fix typo in MT7621 NAND driver
X-Git-Tag: v18.06.0-rc1~1997
X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fe3c3aed4454663d455af1216177d867ef4a7696;p=oweals%2Fopenwrt.git

ramips: fix typo in MT7621 NAND driver

Signed-off-by: Felix Fietkau <nbd@nbd.name>
---

diff --git a/target/linux/ramips/patches-4.9/0039-mtd-add-mt7621-nand-support.patch b/target/linux/ramips/patches-4.9/0039-mtd-add-mt7621-nand-support.patch
index ed9f1dc658..f5b1d82347 100644
--- a/target/linux/ramips/patches-4.9/0039-mtd-add-mt7621-nand-support.patch
+++ b/target/linux/ramips/patches-4.9/0039-mtd-add-mt7621-nand-support.patch
@@ -3379,7 +3379,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
 +	data |= ((0x2<<18) |(0x2<<16));
 +	DRV_WriteReg32(RALINK_SYSCTL_BASE+0x60, data);
 +
-+	hw = &mt7621_nand_hw,
++	hw = &mt7621_nand_hw;
 +	BUG_ON(!hw);
 +	/* Allocate memory for the device structure (and zero it) */
 +	host = kzalloc(sizeof(struct mtk_nand_host), GFP_KERNEL);