Commit 1dfcda6f authored by Scott Matheina's avatar Scott Matheina Committed by Greg Kroah-Hartman
Browse files

staging:sm750fb:ddk750_chip.c removes un-necessary blank lines



Fixes checkpatch warning - Please don't use multiple blank lines

Signed-off-by: default avatarScott Matheina <scott@matheina.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 87f0f086
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -245,7 +245,6 @@ int ddk750_init_hw(struct initchip_param *pInitParam)
	/* Set up master clock */
	set_master_clock(MHz(pInitParam->masterClock));


	/*
	 * Reset the memory controller.
	 * If the memory controller is not reset in SM750,
@@ -408,5 +407,3 @@ unsigned int sm750_format_pll_reg(struct pll_value *pPLL)

	return reg;
}