Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

rtc-fm3130: fix chip naming

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>

authored by

Alessandro Zummo and committed by
Linus Torvalds
876550aa bca5c2c5

+1 -1
+1 -1
drivers/rtc/rtc-fm3130.c
··· 55 55 int alarm; 56 56 }; 57 57 static const struct i2c_device_id fm3130_id[] = { 58 - { "fm3130-rtc", 0 }, 58 + { "fm3130", 0 }, 59 59 { } 60 60 }; 61 61 MODULE_DEVICE_TABLE(i2c, fm3130_id);