Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1588107 > unrolled thread

[PATCH] sound: soc: generic: Removed unnecessary blank line

Started byAndrei Hirgau <hirgauandrei@gmail.com>
First post2017-02-25 11:30 +0100
Last post2017-02-25 11:30 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] sound: soc: generic: Removed unnecessary blank line Andrei Hirgau <hirgauandrei@gmail.com> - 2017-02-25 11:30 +0100

#1588107 — [PATCH] sound: soc: generic: Removed unnecessary blank line

FromAndrei Hirgau <hirgauandrei@gmail.com>
Date2017-02-25 11:30 +0100
Subject[PATCH] sound: soc: generic: Removed unnecessary blank line
Message-ID<teHLY-6lF-5@gated-at.bofh.it>
Reported by checkpatch.pl

Signed-off-by: Andrei Hirgau <hirgauandrei@gmail.com>
---
 sound/soc/generic/simple-card.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sound/soc/generic/simple-card.c b/sound/soc/generic/simple-card.c
index 85b4f18..53bcf95 100644
--- a/sound/soc/generic/simple-card.c
+++ b/sound/soc/generic/simple-card.c
@@ -448,7 +448,6 @@ static int asoc_simple_card_probe(struct platform_device *pdev)
 	priv->snd_card.num_links	= num;
 
 	if (np && of_device_is_available(np)) {
-
 		ret = asoc_simple_card_parse_of(np, priv);
 		if (ret < 0) {
 			if (ret != -EPROBE_DEFER)
-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web