]> git.karo-electronics.de Git - linux-beck.git/commit
gpio: pca953x: Use correct u16 value for register word write
authorYong Li <sdliyong@gmail.com>
Wed, 30 Mar 2016 06:49:14 +0000 (14:49 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 8 Apr 2016 09:49:47 +0000 (11:49 +0200)
commit9b8e3ec34318663affced3c14d960e78d760dd9a
tree9e1d0ad6cfdf81d6cba2432dc1e475e0c34b7a84
parent159f3cd92f17c61a4e2a47456de5865b114ef88e
gpio: pca953x: Use correct u16 value for register word write

The current implementation only uses the first byte in val,
the second byte is always 0. Change it to use cpu_to_le16
to write the two bytes into the register

Cc: stable@vger.kernel.org
Signed-off-by: Yong Li <sdliyong@gmail.com>
Reviewed-by: Phil Reid <preid@electromag.com.au>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-pca953x.c