mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-01 12:22:23 +00:00
ar71xx: Fix mikrotik NAND compile problem
There is one closing bracket too much.
Fixes: ce958dd88a
("kernel: Update kernel 4.14 to version 4.14.187")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
556eb9872d
commit
014d3f593a
@ -356,7 +356,7 @@ static int rb4xx_nand_remove(struct platform_device *pdev)
|
||||
{
|
||||
struct rb4xx_nand_info *info = platform_get_drvdata(pdev);
|
||||
|
||||
nand_release(&info->chip));
|
||||
nand_release(&info->chip);
|
||||
platform_set_drvdata(pdev, NULL);
|
||||
kfree(info);
|
||||
gpio_free(RB4XX_NAND_GPIO_NCE);
|
||||
|
Loading…
Reference in New Issue
Block a user