iio: imu: mpu6050: Fix name/chip_id when using ACPI
authorDaniel Baluta <daniel.baluta@intel.com>
Thu, 17 Mar 2016 16:32:44 +0000 (18:32 +0200)
committerJonathan Cameron <jic23@kernel.org>
Sun, 20 Mar 2016 10:39:49 +0000 (10:39 +0000)
commit718ba46e5f4e21e45141bf55fd4cccd4b3ba9939
tree24be6f134c0d6c6a3c818caea1430bc5d5eba60d
parentae549a72212c94c757fa3ecbcaa986cc9d2e2b96
iio: imu: mpu6050: Fix name/chip_id when using ACPI

When using ACPI, id is NULL and the current code automatically
defaults name to NULL and chip id to 0. We should instead use
the data provided in the ACPI device table.

Fixes: c816d9e7a57b ("iio: imu: mpu6050: fix possible NULL dereferences")
Signed-off-by: Daniel Baluta <daniel.baluta@intel.com>
Reviewed-By: Matt Ranostay <matt.ranostay@intel.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/imu/inv_mpu6050/inv_mpu_i2c.c