]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/rtc/rtc-isl12022.c: Remove rtc8564 from isl12022_id
authorAxel Lin <axel.lin@ingics.com>
Mon, 29 Apr 2013 23:21:06 +0000 (16:21 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 30 Apr 2013 01:28:40 +0000 (18:28 -0700)
commit4cd21bd68009ba6d135ea7a316baf031e108bf62
tree55c56d15ddaad42a7369a15fa042e7e033f92e0c
parentd104928beabb7fd06412064ab57af7242ba473ce
drivers/rtc/rtc-isl12022.c: Remove rtc8564 from isl12022_id

rtc8564 appears in i2c_device_id table of both rtc-isl12022.c and
rtc-pcf8563.c.  Commit 0b68ea9e7c0a "rtc-pcf8563: add chip id" added the
rtc8564 chip entry to pcf8563.  isl12022 driver is modified from pcf8563
driver, so this looks like a copy-paste bug.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Cc: Roman Fietze <roman.fietze@telemotive.de>
Cc: Jon Smirl <jonsmirl@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/rtc-isl12022.c