mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-01 16:33:07 +01:00
ramips: fix typo in MT7621 NAND driver
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
63c17142c8
commit
2e9f3c6225
1 changed files with 1 additions and 1 deletions
|
|
@ -3344,7 +3344,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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue