spi: pxa2xx: Convert unique ID string of ACPI device as unsigned integer
authorJarkko Nikula <jarkko.nikula@linux.intel.com>
Thu, 22 Oct 2015 13:44:41 +0000 (16:44 +0300)
committerMark Brown <broonie@kernel.org>
Thu, 22 Oct 2015 23:56:05 +0000 (08:56 +0900)
commit3b8b6d05942ef5dd952674e7420600f762166e22
treed3a587aa5f23a17ab5a22a60da2eb97c5def32f7
parentd2c2f6a47633a36bc8db8c802f7c284da36a7a53
spi: pxa2xx: Convert unique ID string of ACPI device as unsigned integer

Andy noticed numeric unique device ID is unsigned integer so convert it
using kstrtouint(). Actually integer in ACPI 2.0 and later is 64 bits
litte-endian unsigned integer but quite certainly having so big value here
would mean something extra than just the SPI bus number so it won't hurt to
assume only lower 32 bits carry the bus number for now.

Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Cc: Mika Westerberg <mika.westerberg@linux.intel.com>
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-pxa2xx.c