]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
iio:adc:mcp3422 Fix incorrect scales table
authorAngelo Compagnucci <angelo.compagnucci@gmail.com>
Wed, 4 Feb 2015 14:14:26 +0000 (15:14 +0100)
committerSasha Levin <sasha.levin@oracle.com>
Sat, 14 Mar 2015 19:37:21 +0000 (15:37 -0400)
commit2c76bd8b4023531f4fb9bf22176e4d6bd92dfa88
treed84e4ea44b90de8b9664dd2e34cd8f73e0c02a97
parent328499bcb4176cbcd99e60d12d3320f356241540
iio:adc:mcp3422 Fix incorrect scales table

commit 9e128ced3851d2802b6db870f6b2e93f449ce013 upstream.

This patch fixes uncorrect order of mcp3422_scales table, the values
was erroneously transposed.
It removes also an unused array and a wrong comment.

Signed-off-by: Angelo Compagnucci <angelo.compagnucci@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
drivers/iio/adc/mcp3422.c