staging: mt7621-dma: Fix ident by space
authorChristian Lütke-Stetzkamp <christian@lkamp.de>
Wed, 21 Mar 2018 22:25:36 +0000 (23:25 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Mar 2018 15:00:17 +0000 (16:00 +0100)
Fixes checkpatch error: CODE_IDENT

Signed-off-by: Christian Lütke-Stetzkamp <christian@lkamp.de>
Reviewed-by: NeilBrown <neil@brown.name>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/mt7621-dma/ralink-gdma.c

index 5646a09dd8c923b13bd8af4daba1644071b8e6bc..a4989c7afcbbf5b4309f26315c3560122bacbd6c 100644 (file)
@@ -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;