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:
		@@ -356,7 +356,7 @@ static int rb4xx_nand_remove(struct platform_device *pdev)
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
	struct rb4xx_nand_info *info = platform_get_drvdata(pdev);
 | 
						struct rb4xx_nand_info *info = platform_get_drvdata(pdev);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	nand_release(&info->chip));
 | 
						nand_release(&info->chip);
 | 
				
			||||||
	platform_set_drvdata(pdev, NULL);
 | 
						platform_set_drvdata(pdev, NULL);
 | 
				
			||||||
	kfree(info);
 | 
						kfree(info);
 | 
				
			||||||
	gpio_free(RB4XX_NAND_GPIO_NCE);
 | 
						gpio_free(RB4XX_NAND_GPIO_NCE);
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user