]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/acpi/acpi_pad.c
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>
Wed, 14 Nov 2012 23:16:00 +0000 (00:16 +0100)
commit73d4511a5f1e208399b2f7a058b73578c1977611
tree90c7b6996fe409db1069b63835cc3c0ea889cb57
parent8ab0ab2570cfc48303e545944f53690a6983a898
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