Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1554881 > unrolled thread
| Started by | Scott Matheina <scott@matheina.com> |
|---|---|
| First post | 2017-01-10 03:30 +0100 |
| Last post | 2017-01-10 03:30 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
[PATCH 2/2] staging:sm750fb:ddk750_chip.c removes un-necessary blank lines Scott Matheina <scott@matheina.com> - 2017-01-10 03:30 +0100
| From | Scott Matheina <scott@matheina.com> |
|---|---|
| Date | 2017-01-10 03:30 +0100 |
| Subject | [PATCH 2/2] staging:sm750fb:ddk750_chip.c removes un-necessary blank lines |
| Message-ID | <sXUmd-3ID-5@gated-at.bofh.it> |
Fixes checkpatch warning - Please don't use multiple blank lines Signed-off-by: Scott Matheina <scott@matheina.com> --- drivers/staging/sm750fb/ddk750_chip.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/staging/sm750fb/ddk750_chip.c b/drivers/staging/sm750fb/ddk750_chip.c index ec33f1f..9aaf1fd 100644 --- a/drivers/staging/sm750fb/ddk750_chip.c +++ b/drivers/staging/sm750fb/ddk750_chip.c @@ -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; } - - -- 2.7.4
Back to top | Article view | linux.kernel
csiph-web