]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ACPI: strict_strtoul() and printk() cleanup in acpi_pad
authorJosh <joshua.taylor0@gmail.com>
Mon, 22 Oct 2012 23:30:40 +0000 (01:30 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 22 Oct 2012 23:30:40 +0000 (01:30 +0200)
commitabedcd570a750d3f5add0a80807a21192b0adafe
tree9c7390224870fad60bf0275b67e9ba9aed7118a9
parent897ca4e22aadb934e7f319c388382d7382c4691c
ACPI: strict_strtoul() and printk() cleanup in acpi_pad

Replace a few calls to strict_strtoul() in acpi_pad.c with kstrtoul()
and use pr_warn() instead of printk() in the same file.

[rjw: Modified the subject and changelog.]
Signed-off-by: Josh Taylor <joshua.taylor0@gmail.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpi_pad.c