From patchwork Sun Sep 1 06:18:08 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Umang Jain X-Patchwork-Id: 13786353 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C0541CA101E for ; Sun, 1 Sep 2024 06:25:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From: Reply-To:Content-Type:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=tEVu7OUEkIXhVzdtJVBlTyXVir2k+/WGS5+QowR2/Ik=; b=OOkvTLE5bePWp+sVXNITHJlQ6d tA9POkgyzPvNIWLPwvTTs+8B6qMYJEPYYiHwyfaR5gdbgk3jWRV5y37crpvqEkKvD6Gg6P38OB4sQ IHINLH/IktdD3GcTOUKxNkMiYRc1TaJ0QwfHa4idYzkKzvvNWVOpA/KNVj8+2J2pA4E+upOCtrDA5 QHZeywROr8Zgwhh3Ap9eIHNfME6HxmHavZvSxH0K3YxYRc2jzKbCE1y5d4O8cjhzA8+hfQ/umhYpv qD2cVhc9BEAKTktXfDCVGJzhg+exezKnaqPRL/d9dVt98SGlfUoHE0zFb9yN6U6Rocm1RBqeOwRPs AJgH8t9g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1ske1q-0000000B2B0-47El; Sun, 01 Sep 2024 06:25:38 +0000 Received: from perceval.ideasonboard.com ([213.167.242.64]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1skdv3-0000000B1Bk-2yOw; Sun, 01 Sep 2024 06:18:39 +0000 Received: from umang.jain (unknown [IPv6:2405:201:2033:3865:19c8:9110:3e7:4518]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id F2A8F51B; Sun, 1 Sep 2024 08:17:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1725171446; bh=KHuMczQbOof5uimsMAnuqYikMx9NEe/J7mYcszLAcM0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=uVs8KsCtW4dZrYV6+q25xhuLJVmZyryi3rhmMNcbAyMyQ3j/5V2qh7TqxNX/IR5n1 09zVD9RJaJDOAaV/7GMkXsHmTcDliCkpgL6J8oSaIvO014vgx1xw/+8eL1//axVICj JZkxfXUakIDqO/S0DY5bAUPAtybVW/m06mIjPWtw= From: Umang Jain To: Florian Fainelli , Broadcom internal kernel review list , Greg Kroah-Hartman Cc: linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, Kieran Bingham , Arnd Bergmann , Stefan Wahren , Dave Stevenson , Phil Elwell , Laurent Pinchart , Umang Jain Subject: [PATCH v3 7/7] staging: vchiq_core: Pass enumerated flag instead of int Date: Sun, 1 Sep 2024 11:48:08 +0530 Message-ID: <20240901061808.187895-8-umang.jain@ideasonboard.com> X-Mailer: git-send-email 2.45.2 In-Reply-To: <20240901061808.187895-1-umang.jain@ideasonboard.com> References: <20240901061808.187895-1-umang.jain@ideasonboard.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240831_231838_030457_4F4F5938 X-CRM114-Status: UNSURE ( 8.14 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Pass proper enumerated flag which exists, instead of an integer while calling queue_message(). It helps with readability of the code. Signed-off-by: Umang Jain Reviewed-by: Stefan Wahren --- drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c index 880f7f7e23fa..7c5e10d30bae 100644 --- a/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c +++ b/drivers/staging/vc04_services/interface/vchiq_arm/vchiq_core.c @@ -3131,7 +3131,8 @@ vchiq_queue_message(struct vchiq_instance *instance, unsigned int handle, switch (service->srvstate) { case VCHIQ_SRVSTATE_OPEN: status = queue_message(service->state, service, data_id, - copy_callback, context, size, 1); + copy_callback, context, size, + QMFLAGS_IS_BLOCKING); break; case VCHIQ_SRVSTATE_OPENSYNC: status = queue_message_sync(service->state, service, data_id,