From: "Madhusudhan Chikkature Rajashekar" <madhu.cr@ti.com>
To: 'Tony Lindgren' <tony@atomide.com>
Cc: linux-omap@vger.kernel.org
Subject: [PATCH]Correction to BQ27000 battery device name
Date: Tue, 29 Apr 2008 14:26:58 +0530 [thread overview]
Message-ID: <006001c8a9d6$fb592cc0$b28818ac@ent.ti.com> (raw)
This patch changes the device name as the bq27000 chip is not omap specific.
Signed-off-by: Madhusudhan Chikkature<madhu.cr@ti.com>
---
drivers/w1/slaves/w1_bq27000.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: linux-omap-2.6/drivers/w1/slaves/w1_bq27000.c
===================================================================
--- linux-omap-2.6.orig/drivers/w1/slaves/w1_bq27000.c 2008-04-29 11:22:42.000000000 +0530
+++ linux-omap-2.6/drivers/w1/slaves/w1_bq27000.c 2008-04-29 11:25:17.963079042 +0530
@@ -59,7 +59,7 @@
int id = 1;
struct platform_device *pdev;
- pdev = platform_device_alloc("omap-bq2700-battery", id);
+ pdev = platform_device_alloc("bq27000-battery", id);
if (!pdev) {
ret = -ENOMEM;
return ret;
next reply other threads:[~2008-04-29 8:57 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-29 8:56 Madhusudhan Chikkature Rajashekar [this message]
2008-04-29 11:41 ` [PATCH]Correction to BQ27000 battery device name Felipe Balbi
2008-05-06 22:16 ` Tony Lindgren
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='006001c8a9d6$fb592cc0$b28818ac@ent.ti.com' \
--to=madhu.cr@ti.com \
--cc=linux-omap@vger.kernel.org \
--cc=tony@atomide.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.