-----Original Message-----
From: Guenter Roeck [mailto:linux@xxxxxxxxxxxx]
Sent: Wednesday, July 29, 2015 11:39 AM
To: Moore, Robert; rjw@xxxxxxxxxxxxx
Cc: lenb@xxxxxxxxxx; Zheng, Lv; linux-acpi@xxxxxxxxxxxxxxx; linux-
kernel@xxxxxxxxxxxxxxx; devel@xxxxxxxxxx
Subject: Re: [PATCH v2] acpi: Use kstrtoul() instead of
strtoul()/simple_strtoul()
On 07/29/2015 10:51 AM, Moore, Robert wrote:
kstrtouint().
-----Original Message-----
From: Guenter Roeck [mailto:linux@xxxxxxxxxxxx]
Sent: Monday, July 27, 2015 5:32 PM
To: rjw@xxxxxxxxxxxxx
Cc: lenb@xxxxxxxxxx; Moore, Robert; Zheng, Lv;
linux-acpi@xxxxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx;
devel@xxxxxxxxxx; Guenter Roeck
Subject: [PATCH v2] acpi: Use kstrtoul() instead of
strtoul()/simple_strtoul()
simple_strtoul() is deprecated; replace with kstrtoul() and
least not directly).
The ACPICA code is os-independent and cannot use these functions (at
Odd argument, given that kstrtoul() is used already in the acpi code.
They are not in the os-independent ACPICA code. The ACPI-related drivers are another story, since they are OS-dendent.