clocksource: clean up parse_pmtmr()
authorDan Carpenter <dan.carpenter@oracle.com>
Sat, 20 Oct 2012 04:46:02 +0000 (07:46 +0300)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 13 Nov 2012 19:04:50 +0000 (14:04 -0500)
commit60e3bf14d4e2a9fcc11c2fc33f572bfafa8ece92
treeb93870f564ac75a7b820abdeae540f18a3e78161
parenta1c2d60889d633ffecfa9f1f7ac0bdb474b7484e
clocksource: clean up parse_pmtmr()

I changed the strict_strtoul() to kstrtouint().  That has the check
for UINT_MAX built in to it so the ifdefs can be removed.  Also
I changed a printk() to pr_info().

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: John Stultz <john.stultz@linaro.org>
drivers/clocksource/acpi_pm.c