commit | 7acc66e3711b004496c85a64534b2b8aabef8df3 | [log] [tgz] |
---|---|---|
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | Fri Sep 09 11:17:35 2016 +0200 |
committer | Linus Walleij <linus.walleij@linaro.org> | Mon Sep 12 14:46:29 2016 +0200 |
tree | 58e85f1f1287cb7c5066012dd26b54d5f6dfa318 | |
parent | 53661f3bc64a3203efad5daa6cf4c4e87c53b394 [diff] |
gpio: pca953x: refactor pca953x_write_regs() Avoid the unnecessary if-else in pca953x_write_regs() by splitting the routine into smaller, specialized functions and calling the right one via a function pointer held in struct pca953x_chip. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>