From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: barebox@lists.infradead.org
Subject: [PATCH 1/4] twl4030: fix typo on EXPORT_SYMBOL twl4030_reg_read and twl4030_reg_write
Date: Tue, 5 Jul 2011 07:55:54 +0200 [thread overview]
Message-ID: <1309845357-12285-1-git-send-email-plagnioj@jcrosoft.com> (raw)
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---
drivers/mfd/twl4030.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/mfd/twl4030.c b/drivers/mfd/twl4030.c
index 81bf48b..6a06bd4 100644
--- a/drivers/mfd/twl4030.c
+++ b/drivers/mfd/twl4030.c
@@ -60,7 +60,7 @@ int twl4030_reg_read(struct twl4030 *twl4030, u16 reg, u8 *val)
}
return 0;
}
-EXPORT_SYMBOL(twl4030_reg_read)
+EXPORT_SYMBOL(twl4030_reg_read);
int twl4030_reg_write(struct twl4030 *twl4030, u16 reg, u8 val)
{
@@ -94,7 +94,7 @@ int twl4030_reg_write(struct twl4030 *twl4030, u16 reg, u8 val)
}
return 0;
}
-EXPORT_SYMBOL(twl4030_reg_write)
+EXPORT_SYMBOL(twl4030_reg_write);
int twl4030_set_bits(struct twl4030 *twl4030, enum twl4030_reg reg, u8 mask, u8 val)
{
--
1.7.4.1
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2011-07-05 6:11 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-05 5:55 Jean-Christophe PLAGNIOL-VILLARD [this message]
2011-07-05 5:55 ` [PATCH 2/4] menu: fix command support as module Jean-Christophe PLAGNIOL-VILLARD
2011-07-05 5:55 ` [PATCH 3/4] menu: fix command management module support Jean-Christophe PLAGNIOL-VILLARD
2011-07-05 5:55 ` [PATCH 4/4] password: fix command support as module Jean-Christophe PLAGNIOL-VILLARD
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1309845357-12285-1-git-send-email-plagnioj@jcrosoft.com \
--to=plagnioj@jcrosoft.com \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox