mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 18:13:26 -04:00
staging: mt7621-dma: Fix ident by space
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
c48f6ac12c
commit
2712d0e8a9
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user