commit | 60e3bf14d4e2a9fcc11c2fc33f572bfafa8ece92 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Sat Oct 20 07:46:02 2012 +0300 |
committer | John Stultz <john.stultz@linaro.org> | Tue Nov 13 14:04:50 2012 -0500 |
tree | b93870f564ac75a7b820abdeae540f18a3e78161 | |
parent | a1c2d60889d633ffecfa9f1f7ac0bdb474b7484e [diff] |
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>