Commit 377ef3e9 authored by SirnamSwetha's avatar SirnamSwetha Committed by Greg Kroah-Hartman
Browse files

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: default avatarSirnamSwetha <theonly.ultimate@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 19dac4dc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);