summaryrefslogtreecommitdiff
path: root/drivers/staging/board
diff options
context:
space:
mode:
authorSirnamSwetha <theonly.ultimate@gmail.com>2016-01-30 05:15:40 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-02-07 19:57:22 -0800
commit377ef3e9efc3d8171d5c037b3411c2bb7f8b96ad (patch)
tree35ffff432eef41ef342c479b624db66d4148a3d1 /drivers/staging/board
parent19dac4dc21e3bc124b8176195757eb6e406dfce1 (diff)
Staging: board: Blank lines aren't necessary before a close brace
Fix checkpatch.pl issue CHECK: Blank lines aren't necessary before a close brace Signed-off-by: SirnamSwetha <theonly.ultimate@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/board')
-rw-r--r--drivers/staging/board/board.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/board/board.c b/drivers/staging/board/board.c
index 965afc79aadd..45807d8287d1 100644
--- a/drivers/staging/board/board.c
+++ b/drivers/staging/board/board.c
@@ -155,7 +155,6 @@ static int board_staging_add_dev_domain(struct platform_device *pdev,
if (IS_ERR(pd)) {
pr_err("Cannot find genpd %s (%ld)\n", domain, PTR_ERR(pd));
return PTR_ERR(pd);
-
}
pr_debug("Found genpd %s for device %s\n", pd->name, pdev->name);