From mboxrd@z Thu Jan 1 00:00:00 1970 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9DCAFC77B73 for ; Sat, 27 May 2023 10:40:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231230AbjE0KkM (ORCPT ); Sat, 27 May 2023 06:40:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49352 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232509AbjE0KkI (ORCPT ); Sat, 27 May 2023 06:40:08 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 35545124; Sat, 27 May 2023 03:40:08 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id C666E60BC8; Sat, 27 May 2023 10:40:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id ABE54C433EF; Sat, 27 May 2023 10:40:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1685184007; bh=8Isxwih0uAr3zq1l6ccw91UiAglHni0Ws5Oq5epCgug=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=P63HBa+pLzOSxeK2Gt8+V/G29qLAkj0FIWwT177wpeWTv2OkzRyq32e76VRWeslf7 LxMq6VtYf5JWwZzcUWcLr0hL77u/wVniZPbPIzh8qMo/GWBvRWWPqWcXRHVcMgib+G FdpWXzXw5uTUTbMTgVZXyAX70wF31rqXNZyxyoFq9aTxR8/PJ7Mf+kb1GxTLcCCWlm /DTFbLtGTRNV2TIOzh+MPk1bpb6fndhXhBPsRHIpjiZBUCO9i8lk35F1hAueFDmzfi kMA/NMtPksWOifI65yHktvH0phKq3UPmmM/GDy7jmLIm7MXvcSLiIphUad1ipofu2G eDUPMnTeGTOPg== Date: Sat, 27 May 2023 16:10:03 +0530 From: Vinod Koul To: Krzysztof Kozlowski Cc: Andy Gross , Bjorn Andersson , Konrad Dybcio , Bard Liao , Pierre-Louis Bossart , Sanyog Kale , linux-arm-msm@vger.kernel.org, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [RESEND PATCH] soundwire: qcom: drop unused struct qcom_swrm_ctrl members Message-ID: References: <20230515132000.399745-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230515132000.399745-1-krzysztof.kozlowski@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 15-05-23, 15:20, Krzysztof Kozlowski wrote: > Drop unused members from the driver state container: struct qcom_swrm_ctrl. Applied, thanks -- ~Vinod