Skip to content

Commit

Permalink
fpga: zynqmp: Remove useless blank line in zynqmp_fpga_remove
Browse files Browse the repository at this point in the history
It removes checkpatch warning.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
  • Loading branch information
Michal Simek committed Mar 1, 2018
1 parent 45ec97f commit fbf0102
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/fpga/zynqmp-fpga.c
Expand Up @@ -137,7 +137,6 @@ static int zynqmp_fpga_probe(struct platform_device *pdev)

static int zynqmp_fpga_remove(struct platform_device *pdev)
{

fpga_mgr_unregister(&pdev->dev);

return 0;
Expand Down

0 comments on commit fbf0102

Please sign in to comment.