rtc-pcf8563: remove client validation
authorLaurent Pinchart <laurentp@cse-semaphore.com>
Thu, 16 Oct 2008 05:02:55 +0000 (22:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 16 Oct 2008 18:21:39 +0000 (11:21 -0700)
commit5d5b4d74f9ae85bbd558a708678b6927f962e75d
treebead77fa3632aeca986a8a097143ad58b88efe85
parent8d7b48e0bc5fa01a818eac713d4cb0763090cd0e
rtc-pcf8563: remove client validation

Validating clients with black magic register checks doesn't make much
sense for new-style i2c driver and has been known to fail on valid NXP
pcf8563 chips.  This patch removes the client validation code.

Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
Signed-off-by: Alessandro Zummo <a.zummo@towertech.it>
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-pcf8563.c