[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZoFnxy7Wy7fI_iDL@kroah.com>
Date: Sun, 30 Jun 2024 16:12:23 +0200
From: Greg KH <gregkh@...uxfoundation.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
Andrew Morton <akpm@...ux-foundation.org>,
Stephen Rothwell <sfr@...b.auug.org.au>
Cc: linux-kernel@...r.kernel.org, linux-staging@...ts.linux.dev
Subject: [GIT PULL] Staging driver fixes for 6.10-rc6
The following changes since commit 6ba59ff4227927d3a8530fc2973b80e94b54d58f:
Linux 6.10-rc4 (2024-06-16 13:40:16 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-6.10-rc6
for you to fetch changes up to fcdd7b7bda3c21d1ba1247419e4a1eb8e2d0bfbb:
staging: vchiq_debugfs: Fix build if CONFIG_DEBUG_FS is not set (2024-06-27 15:47:30 +0200)
----------------------------------------------------------------
Staging driver fixes for 6.10-rc6
Here are 2 small staging driver fixes for 6.10-rc6, both for the
vc04_services drivers:
- build fix if CONFIG_DEBUGFS was not set
- initialization check fix that was much reported.
Both of these have been in linux-next this week with no reported issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
----------------------------------------------------------------
Bernhard Rosenkränzer (1):
staging: vchiq_debugfs: Fix build if CONFIG_DEBUG_FS is not set
Kieran Bingham (1):
staging: vc04_services: vchiq_arm: Fix initialisation check
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.c | 4 ++--
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.h | 5 +++++
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_debugfs.c | 2 +-
drivers/staging/vc04_services/interface/vchiq_arm/vchiq_dev.c | 7 ++++++-
4 files changed, 14 insertions(+), 4 deletions(-)
Powered by blists - more mailing lists