File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -487,8 +487,8 @@ static const struct of_device_id davinci_nand_of_match[] = {
487
487
};
488
488
MODULE_DEVICE_TABLE (of , davinci_nand_of_match );
489
489
490
- static struct davinci_nand_pdata
491
- * nand_davinci_get_pdata (struct platform_device * pdev )
490
+ static struct davinci_nand_pdata *
491
+ nand_davinci_get_pdata (struct platform_device * pdev )
492
492
{
493
493
if (!dev_get_platdata (& pdev -> dev ) && pdev -> dev .of_node ) {
494
494
struct davinci_nand_pdata * pdata ;
@@ -557,8 +557,8 @@ static struct davinci_nand_pdata
557
557
return dev_get_platdata (& pdev -> dev );
558
558
}
559
559
#else
560
- static struct davinci_nand_pdata
561
- * nand_davinci_get_pdata (struct platform_device * pdev )
560
+ static struct davinci_nand_pdata *
561
+ nand_davinci_get_pdata (struct platform_device * pdev )
562
562
{
563
563
return dev_get_platdata (& pdev -> dev );
564
564
}
You can’t perform that action at this time.
0 commit comments