mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-04 00:06:36 +00:00
mtd: nand: fsmc: Small whitespace cleanup
Remove tab in empty line. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Linus Walleij <linus.walleij@linaro.org> Cc: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
This commit is contained in:
parent
a7f5ba40c7
commit
cbf29b83ca
1 changed files with 1 additions and 1 deletions
|
@ -960,7 +960,7 @@ static int __init fsmc_nand_probe(struct platform_device *pdev)
|
|||
host->data_va = devm_ioremap_resource(&pdev->dev, res);
|
||||
if (IS_ERR(host->data_va))
|
||||
return PTR_ERR(host->data_va);
|
||||
|
||||
|
||||
host->data_pa = (dma_addr_t)res->start;
|
||||
|
||||
res = platform_get_resource_byname(pdev, IORESOURCE_MEM, "nand_addr");
|
||||
|
|
Loading…
Add table
Reference in a new issue