| commit | 393dbe4e18dd5b17b3952c7d36ac88f61ec40924 | [log] [tgz] |
|---|---|---|
| author | Daniel Baluta <daniel.baluta@intel.com> | Thu Mar 17 18:32:44 2016 +0200 |
| committer | Jonathan Cameron <jic23@kernel.org> | Wed May 04 08:44:27 2016 +0100 |
| tree | 31e88fad600270dfabe6f04d2557f141035d8988 | |
| parent | 140afdd9626cdaaf54223e82931213de785c7c94 [diff] |
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>