linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V1] regulator: DA9211 : remove an unneeded semicolon
@ 2014-09-01  2:03 James Ban
  2014-09-01 10:27 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: James Ban @ 2014-09-01  2:03 UTC (permalink / raw)
  To: Liam Girdwood, Mark Brown, Support Opensource, LKML; +Cc: David Dajun Chen

This is a patch for removing an unneeded semicolon.

Signed-off-by: James Ban <james.ban.opensource@diasemi.com>
---

This patch is relative to linux-next repository tag next-20140829.

 drivers/regulator/da9211-regulator.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/regulator/da9211-regulator.c b/drivers/regulator/da9211-regulator.c
index 5aabbac..9722728 100644
--- a/drivers/regulator/da9211-regulator.c
+++ b/drivers/regulator/da9211-regulator.c
@@ -278,7 +278,7 @@ static struct da9211_pdata *da9211_parse_regulators_dt(
 		pdata->init_data[n] = da9211_matches[i].init_data;
 
 		n++;
-	};
+	}
 
 	return pdata;
 }
-- 
end-of-patch for regulator: DA9211 : remove an unneeded semicolon V1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH V1] regulator: DA9211 : remove an unneeded semicolon
  2014-09-01  2:03 [PATCH V1] regulator: DA9211 : remove an unneeded semicolon James Ban
@ 2014-09-01 10:27 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2014-09-01 10:27 UTC (permalink / raw)
  To: James Ban; +Cc: Liam Girdwood, Support Opensource, LKML, David Dajun Chen

[-- Attachment #1: Type: text/plain, Size: 231 bytes --]

On Mon, Sep 01, 2014 at 11:03:24AM +0900, James Ban wrote:
> This is a patch for removing an unneeded semicolon.

I already applied the change for this from Fenguang.  Please use subject
lines matching the style for the subsystem.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-09-01 10:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-01  2:03 [PATCH V1] regulator: DA9211 : remove an unneeded semicolon James Ban
2014-09-01 10:27 ` Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).