From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2AF8D7E for ; Sat, 21 Jan 2023 15:29:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7A2EFC433D2; Sat, 21 Jan 2023 15:29:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1674314975; bh=+21d136c+CDoJ+jjaA9CrZwr2YrFn6bIJwlOkuXzTLE=; h=Date:From:To:Cc:Subject:From; b=HxhM/4MzQKzUIGesBvxdyFDIBEg9RhtNhCk/meXWZOYDhfCFeX+vrbnnxayAgtQCS pJI+vPSXISI0Jn4Er9hC4R7QuNDczDm25tcyM82FdUy48GLDs3I5g5+MiJ3ou7tpCW 91LaCm2Yt0JMR0JK953MK3VNquo8ZcEg2oDPdtzQ= Date: Sat, 21 Jan 2023 16:29:33 +0100 From: Greg KH To: Linus Torvalds , Andrew Morton , Stephen Rothwell Cc: linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev Subject: [GIT PULL] Staging driver fix for 6.2-rc5 Message-ID: Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline The following changes since commit 5dc4c995db9eb45f6373a956eb1f69460e69e6d4: Linux 6.2-rc4 (2023-01-15 09:22:43 -0600) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-6.2-rc5 for you to fetch changes up to 7d83299351fe7c812c529f5e39fe63b5312e4233: staging: vchiq_arm: fix enum vchiq_status return types (2023-01-17 19:23:36 +0100) ---------------------------------------------------------------- Staging driver fix for 6.2-rc5 Here is a single staging driver fix for 6.2-rc5. It resolves a build issue reported and Fixed by Arnd in the vc04_services driver. It's been in linux-next this week with no reported problems. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Arnd Bergmann (1): staging: vchiq_arm: fix enum vchiq_status return types drivers/staging/vc04_services/include/linux/raspberrypi/vchiq.h | 2 +- drivers/staging/vc04_services/interface/vchiq_arm/vchiq_arm.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)