public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH]Correction to BQ27000 battery device name
@ 2008-04-29  8:56 Madhusudhan Chikkature Rajashekar
  2008-04-29 11:41 ` Felipe Balbi
  0 siblings, 1 reply; 3+ messages in thread
From: Madhusudhan Chikkature Rajashekar @ 2008-04-29  8:56 UTC (permalink / raw)
  To: 'Tony Lindgren'; +Cc: linux-omap

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;


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

end of thread, other threads:[~2008-05-06 22:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-29  8:56 [PATCH]Correction to BQ27000 battery device name Madhusudhan Chikkature Rajashekar
2008-04-29 11:41 ` Felipe Balbi
2008-05-06 22:16   ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox