[GIT PULL] Staging driver fixes for 6.10-rc6

From: Greg KH
Date: Sun Jun 30 2024 - 10:12:34 EST


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@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
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(-)