Message ID | ZhA8yEWemLejQ_BK@black.fi.intel.com |
---|---|
State | New |
Headers | show |
Series | [GIT,PULL] intel-gpio for 6.9-1 | expand |
On Fri, Apr 5, 2024 at 8:02 PM Andy Shevchenko <andriy.shevchenko@linux.intel.com> wrote: > > Hi Linux GPIO maintainers, > > Fix error codes in couple of drivers, so all the internal check will work > correctly. Please, pull for v6.9-rcX. > > Thanks, > > With Best Regards, > Andy Shevchenko > > The following changes since commit 4cece764965020c22cff7665b18a012006359095: > > Linux 6.9-rc1 (2024-03-24 14:10:05 -0700) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-gpio-intel.git tags/intel-gpio-v6.9-1 > > for you to fetch changes up to ace0ebe5c98d66889f19e0f30e2518d0c58d0e04: > > gpio: crystalcove: Use -ENOTSUPP consistently (2024-04-05 20:12:39 +0300) > > ---------------------------------------------------------------- > intel-gpio for v6.9-1 > > * Fix returned code in the error path in Intel PMIC GPIO drivers > > The following is an automated git shortlog grouped by driver: > > crystalcove: > - Use -ENOTSUPP consistently > > wcove: > - Use -ENOTSUPP consistently > > ---------------------------------------------------------------- > Andy Shevchenko (2): > gpio: wcove: Use -ENOTSUPP consistently > gpio: crystalcove: Use -ENOTSUPP consistently > > drivers/gpio/gpio-crystalcove.c | 2 +- > drivers/gpio/gpio-wcove.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > -- > With Best Regards, > Andy Shevchenko > > Pulled, thanks! Bart