gpio: pca953x: remove incorrect le16_to_cpu calls
commitb2dc4110cbf83be72e8bdf75bcf88831bf7dd0fe
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 3 Jul 2017 17:45:30 +0000 (3 20:45 +0300)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 14 Aug 2017 13:01:12 +0000 (14 15:01 +0200)
treee09207436ebae9208c883c234c29ffbeeb00bc38
parentef954844c7ace62f773f4f23e28d2d915adc419f
gpio: pca953x: remove incorrect le16_to_cpu calls

i2c_smbus commands handle the correct byte order for smbus transactions
internally. This will currently result in incorrect operation on big
endian systems.

Suggested-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Sebastian Reichel <sebastian.reichel@collabora.co.uk>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-pca953x.c