mbox series

[PULL] IIO: 3rd set of fixes for the 6.10 cycle (or for 6.11 merge window)

Message ID 20240702083511.1197a537@jic23-huawei (mailing list archive)
State Handled Elsewhere
Headers show
Series [PULL] IIO: 3rd set of fixes for the 6.10 cycle (or for 6.11 merge window) | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-6.10c

Message

Jonathan Cameron July 2, 2024, 7:35 a.m. UTC
The following changes since commit 8fe050e94daeb0280338d04ff8c6207dea44ddfc:

  Merge tag 'iio-fixes-for-6.10b' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-linus (2024-06-17 20:01:23 +0200)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-6.10c

for you to fetch changes up to 1a5cba43096c9242fab503a40b053ec6b93d313a:

  iio: light: apds9306: Fix error handing (2024-06-29 18:51:25 +0100)

----------------------------------------------------------------
IIO: 3rd round of fixes for 6.10

core:
- Trigger check on on whether a device was using own trigger was inverted.
avago,apds9306
- Checking wrong variable in an error check.

----------------------------------------------------------------
João Paulo Gonçalves (1):
      iio: trigger: Fix condition for own trigger

Mudit Sharma (1):
      iio: light: apds9306: Fix error handing

 drivers/iio/industrialio-trigger.c | 2 +-
 drivers/iio/light/apds9306.c       | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Greg Kroah-Hartman July 3, 2024, 2:17 p.m. UTC | #1
On Tue, Jul 02, 2024 at 08:35:11AM +0100, Jonathan Cameron wrote:
> The following changes since commit 8fe050e94daeb0280338d04ff8c6207dea44ddfc:
> 
>   Merge tag 'iio-fixes-for-6.10b' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-linus (2024-06-17 20:01:23 +0200)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-6.10c

Pulled and pushed out,t hanks.

greg k-h