staging:sm750fb:ddk750_chip.c removes un-necessary blank lines
authorScott Matheina <scott@matheina.com>
Tue, 10 Jan 2017 02:23:27 +0000 (20:23 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 10 Jan 2017 16:40:15 +0000 (17:40 +0100)
Fixes checkpatch warning - Please don't use multiple blank lines

Signed-off-by: Scott Matheina <scott@matheina.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm750fb/ddk750_chip.c

index ec33f1f..9aaf1fd 100644 (file)
@@ -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;
 }
-
-