Fixes checkpatch error: CODE_IDENT Signed-off-by: Christian Lütke-Stetzkamp <christian@xxxxxxxx> Reviewed-by: NeilBrown <neil@xxxxxxxxxx> --- drivers/staging/mt7621-dma/ralink-gdma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/mt7621-dma/ralink-gdma.c b/drivers/staging/mt7621-dma/ralink-gdma.c index 5646a09dd8c9..a4989c7afcbb 100644 --- a/drivers/staging/mt7621-dma/ralink-gdma.c +++ b/drivers/staging/mt7621-dma/ralink-gdma.c @@ -909,7 +909,7 @@ static int gdma_dma_remove(struct platform_device *pdev) struct gdma_dma_dev *dma_dev = platform_get_drvdata(pdev); tasklet_kill(&dma_dev->task); - of_dma_controller_free(pdev->dev.of_node); + of_dma_controller_free(pdev->dev.of_node); dma_async_device_unregister(&dma_dev->ddev); return 0; -- 2.13.6 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel