projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bca5c2c
)
rtc-fm3130: fix chip naming
author
Alessandro Zummo
<a.zummo@towertech.it>
Sat, 12 Jul 2008 20:47:55 +0000
(13:47 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Sat, 12 Jul 2008 21:33:41 +0000
(14:33 -0700)
Fix chip naming from fm3031-rtc to fm3031
Signed-off-by: Alessandro Zummo <a.zummo@towertech.it>
Cc: Sergey Lapin <slapin@ossfans.org>
Cc: David Brownell <david-b@pacbell.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/rtc-fm3130.c
patch
|
blob
|
history
diff --git
a/drivers/rtc/rtc-fm3130.c
b/drivers/rtc/rtc-fm3130.c
index 11644c8fca829882dc1b0f8225cc1dda148b62c2..abfdfcbaa059f2334dea356dd5b094924783315e 100644
(file)
--- a/
drivers/rtc/rtc-fm3130.c
+++ b/
drivers/rtc/rtc-fm3130.c
@@
-55,7
+55,7
@@
struct fm3130 {
int alarm;
};
static const struct i2c_device_id fm3130_id[] = {
- { "fm3130
-rtc
", 0 },
+ { "fm3130", 0 },
{ }
};
MODULE_DEVICE_TABLE(i2c, fm3130_id);