linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* something wrong in drivers/power
@ 2009-09-26  9:55 Pavel Machek
  2009-09-26 14:55 ` Dmitry Eremin-Solenikov
  0 siblings, 1 reply; 5+ messages in thread
From: Pavel Machek @ 2009-09-26  9:55 UTC (permalink / raw)
  To: linux-arm-kernel


Tosa battery driver seems to be confused about its own identity.


Signed-off-by: Pavel Machek <pavel@ucw.cz>

diff -ur power.ofic/tosa_battery.c power/tosa_battery.c
--- linux/drivers/power.ofic/tosa_battery.c	2009-09-06 08:56:36.000000000 +0200
+++ linux/drivers/power/tosa_battery.c	2009-09-15 15:14:08.000000000 +0200
@@ -459,7 +459,7 @@
 }
 
 static struct platform_driver tosa_bat_driver = {
-	.driver.name	= "wm97xx-battery",
+	.driver.name	= "tosa-battery",
 	.driver.owner	= THIS_MODULE,
 	.probe		= tosa_bat_probe,
 	.remove		= __devexit_p(tosa_bat_remove),
@@ -483,4 +483,4 @@
 MODULE_LICENSE("GPL");
 MODULE_AUTHOR("Dmitry Baryshkov");
 MODULE_DESCRIPTION("Tosa battery driver");
-MODULE_ALIAS("platform:wm97xx-battery");
+MODULE_ALIAS("platform:tosa-battery");


-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

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

end of thread, other threads:[~2009-09-28 12:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-26  9:55 something wrong in drivers/power Pavel Machek
2009-09-26 14:55 ` Dmitry Eremin-Solenikov
2009-09-27 17:35   ` Pavel Machek
2009-09-28  7:55     ` Dmitry Eremin-Solenikov
2009-09-28 12:22       ` 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).