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 X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B2474C2BA83 for ; Thu, 13 Feb 2020 13:56:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 89625222C2 for ; Thu, 13 Feb 2020 13:56:47 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="VXc0piMA" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730163AbgBMN4r (ORCPT ); Thu, 13 Feb 2020 08:56:47 -0500 Received: from mail-vs1-f65.google.com ([209.85.217.65]:38254 "EHLO mail-vs1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730143AbgBMN4q (ORCPT ); Thu, 13 Feb 2020 08:56:46 -0500 Received: by mail-vs1-f65.google.com with SMTP id r18so3945387vso.5 for ; Thu, 13 Feb 2020 05:56:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=rNaO9fCq4OroqsLyyWDGRz4F9uHGAr1iFI1cNpsaze4=; b=VXc0piMADDudT2640UQ7xe52fYFhWUEMLYy+jDVn2rbNCyaajFa8ImKPOPMX3vdv+B aThfOe7Q6XjxyxTfQtT9C/IKgmcmZVoep4WV0BASsavWPD9pzh4D7aiTyvk+83d7Uk+9 led7ucEq595FFqn9GXQhp65NBLipKASrshgoZQPB2f9OIb0yPUTrSqMqiLrHszcFT9Ge IAEsgcaXlKJJjLVD6bInw0nQTNcDvFrCm6fNBGWtLJR4w7N/wvzljNzo5fhNfAQq5+Kt p9Ne2GXymxzxGSa9mUbTR+QxdyhyX+hIFEsE60h/Zd5la9sp5XbZhcK8Ms49cW5Mh97H 2p7Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=rNaO9fCq4OroqsLyyWDGRz4F9uHGAr1iFI1cNpsaze4=; b=YFfrtf+xk3zXLhoLDNa/wombsUD/MTNmTD5p0FRMoyptA7v+G3eoADagFZru4SAh0v Mp8PF2tarCZ6Uxfmcqrh5UBAFSAyscNTBFzkYOYuUI45SPzzJcEH6CSWR4Kehdp2LzDS a1S/mYjFm6Tk74AZVoroCRQbnTvlIAAV4ujfVmDjm8yHxOEuOShMT/dSJHamNs7LCcl8 or+XW8gOl27nIYJUUaXjgW3s3LEpxCxX3hgljOQyn64R751VjtSR1DE9GUlEQTy55WvO 8VGJo0dzn+HXOOvsU1sB+P6XtNhVhVBHJytqFKqS2duzLZiPH23+4vzmuWv6zliVpXB3 j/Kw== X-Gm-Message-State: APjAAAVhx5JtopsZ8Nzj0gjUrRfdnaB1TsmkRxElhOvxGzno1f7IB92z ZQsLaSkrc0p1/N/fhhRV00E69UTxcJJQbCi7Qt1HzlVW X-Google-Smtp-Source: APXvYqxqHAmLotIRRQ0ncI82P7E94z6GiQzoCMQmJK6bCTdhOwKfljgkz8QLciGgOc9VSbSss2yfxewHEL5Z+BXjbfY= X-Received: by 2002:a67:5e45:: with SMTP id s66mr2150149vsb.200.1581602205182; Thu, 13 Feb 2020 05:56:45 -0800 (PST) MIME-Version: 1.0 References: <20200206162124.201195-1-swboyd@chromium.org> In-Reply-To: <20200206162124.201195-1-swboyd@chromium.org> From: Ulf Hansson Date: Thu, 13 Feb 2020 14:56:09 +0100 Message-ID: Subject: Re: [PATCH] mmc: sdhci-msm: Mark sdhci_msm_cqe_disable static To: Stephen Boyd Cc: Linux Kernel Mailing List , "linux-mmc@vger.kernel.org" , Ritesh Harjani , Veerabhadrarao Badiganti , Adrian Hunter , Douglas Anderson Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 6 Feb 2020 at 17:21, Stephen Boyd wrote: > > This function is not exported and only used in this file. Mark it > static. > > Cc: Ritesh Harjani > Cc: Veerabhadrarao Badiganti > Cc: Adrian Hunter > Cc: Douglas Anderson > Signed-off-by: Stephen Boyd Applied for fixes, thanks! Kind regards Uffe > --- > drivers/mmc/host/sdhci-msm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/mmc/host/sdhci-msm.c b/drivers/mmc/host/sdhci-msm.c > index c3a160c18047..3955fa5db43c 100644 > --- a/drivers/mmc/host/sdhci-msm.c > +++ b/drivers/mmc/host/sdhci-msm.c > @@ -1590,7 +1590,7 @@ static u32 sdhci_msm_cqe_irq(struct sdhci_host *host, u32 intmask) > return 0; > } > > -void sdhci_msm_cqe_disable(struct mmc_host *mmc, bool recovery) > +static void sdhci_msm_cqe_disable(struct mmc_host *mmc, bool recovery) > { > struct sdhci_host *host = mmc_priv(mmc); > unsigned long flags; > -- > Sent by a computer, using git, on the internet >