summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorRichard Leitner <dev@g0hl1n.net>2016-04-05 15:03:48 +0200
committerSasha Levin <sasha.levin@oracle.com>2016-07-10 23:07:20 -0400
commitfd4453a9c8a4ccc784a51c71411b113f8a997ea1 (patch)
tree11c730fce4de07078d46f8e1deb4564da6407f8e /net
parentb55c212a0f25d8999b9601a120506861d85f6fd3 (diff)
iio: ak8975: fix maybe-uninitialized warning
[ Upstream commit 05be8d4101d960bad271d32b4f6096af1ccb1534 ] If i2c_device_id *id is NULL and acpi_match_device returns NULL too, then chipset may be unitialized when accessing &ak_def_array[chipset] in ak8975_probe. Therefore initialize chipset to AK_MAX_TYPE, which will return an error when not changed. This patch fixes the following maybe-uninitialized warning: drivers/iio/magnetometer/ak8975.c: In function ‘ak8975_probe’: drivers/iio/magnetometer/ak8975.c:788:14: warning: ‘chipset’ may be used uninitialized in this function [-Wmaybe-uninitialized] data->def = &ak_def_array[chipset]; Signed-off-by: Richard Leitner <dev@g0hl1n.net> Cc: <Stable@vger.kernel.org> Signed-off-by: Jonathan Cameron <jic23@kernel.org> Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions