commit | 2b71b66ac0415db5e4b9e67b11e3af7b485bb421 | [log] [tgz] |
---|---|---|
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Thu May 20 15:17:15 2021 +0300 |
committer | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | Thu May 20 15:20:52 2021 +0300 |
tree | 2072bea53678ad4e0a2d1651de0698a01a09ab25 | |
parent | 5d9936648285b8ccb6b61257dd2ddd76f9cd719a [diff] |
gpio: wcove: Split error handling for CTRL and IRQ registers The wcove_gpio_dbg_show() uses one message to all possible error reads. Split it to two for CTRL and IRQ registers. While at it, switch to use dev_err() instead of pr_err(). Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>