Re: [patch] clocksource: clean up parse_pmtmr()

2012-11-13 Thread John Stultz
On 10/19/2012 09:46 PM, Dan Carpenter wrote: 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 Applied. Thanks! -john -- To unsubscribe from this

Re: [patch] clocksource: clean up parse_pmtmr()

2012-11-13 Thread John Stultz
On 10/19/2012 09:46 PM, Dan Carpenter wrote: 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.carpen...@oracle.com Applied. Thanks! -john --

[patch] clocksource: clean up parse_pmtmr()

2012-10-19 Thread Dan Carpenter
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 diff --git a/drivers/clocksource/acpi_pm.c b/drivers/clocksource/acpi_pm.c index 6b5cf02..5d1b926

[patch] clocksource: clean up parse_pmtmr()

2012-10-19 Thread Dan Carpenter
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.carpen...@oracle.com diff --git a/drivers/clocksource/acpi_pm.c b/drivers/clocksource/acpi_pm.c