From patchwork Thu May 14 08:59:47 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zhangfei Gao X-Patchwork-Id: 48481 Return-Path: X-Original-To: linaro@patches.linaro.org Delivered-To: linaro@patches.linaro.org Received: from mail-wi0-f199.google.com (mail-wi0-f199.google.com [209.85.212.199]) by ip-10-151-82-157.ec2.internal (Postfix) with ESMTPS id D2B672121F for ; Thu, 14 May 2015 09:00:26 +0000 (UTC) Received: by wizk4 with SMTP id k4sf19734883wiz.2 for ; Thu, 14 May 2015 02:00:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:delivered-to:from:to:cc:subject :date:message-id:in-reply-to:references:sender:precedence:list-id :x-original-sender:x-original-authentication-results:mailing-list :list-post:list-help:list-archive:list-unsubscribe; bh=g2dcG/G4vyRbSxHzAGQoFTnCeuzCfmy5x7s6YQ7VMXs=; b=iLqBYcr7jWoc4BqDQdi+QHiQCEj/55AZ+h2/bI0MQ6Djd1aQTMC2E3wuA47dQu0cRV DXV7jfIvZ7UrSE9CiitY8zcx1g0d7JlbWrQm2y9t3PMnRcbM8AcsnPFZlqjcgtT6nKjU pmcVetViu2YWl7Fabhhn62gsNzyM7KBbMK8T6J0nQZM3AJIQ8PkQ8iSOTFAUxg73SQtN GkcPt7vKZvrtJaZD1pTX5EHDFrD5M2OVCNdMf84XaPcYem1Tu5P1T84a8VEoIgCFd3xJ /ytIUYq7cKbopcPflCZT0JuBftxS9KOxKeF1FS5SQYPZebiE4THG8keMdgh7n8SmaAW4 FcEg== X-Gm-Message-State: ALoCoQmA0VuxcwIhvLKkilYEE7gJS/1vNt0qIFddJGV4ttHUdB0kcSv6PwQxO6orQsCosIleeuem X-Received: by 10.112.13.200 with SMTP id j8mr2361478lbc.14.1431594026142; Thu, 14 May 2015 02:00:26 -0700 (PDT) MIME-Version: 1.0 X-BeenThere: patchwork-forward@linaro.org Received: by 10.152.8.114 with SMTP id q18ls392180laa.8.gmail; Thu, 14 May 2015 02:00:26 -0700 (PDT) X-Received: by 10.152.29.67 with SMTP id i3mr2367625lah.64.1431594026001; Thu, 14 May 2015 02:00:26 -0700 (PDT) Received: from mail-la0-f44.google.com (mail-la0-f44.google.com. [209.85.215.44]) by mx.google.com with ESMTPS id ku8si14069999lac.87.2015.05.14.02.00.25 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 14 May 2015 02:00:25 -0700 (PDT) Received-SPF: pass (google.com: domain of patch+caf_=patchwork-forward=linaro.org@linaro.org designates 209.85.215.44 as permitted sender) client-ip=209.85.215.44; Received: by laat2 with SMTP id t2so58208140laa.1 for ; Thu, 14 May 2015 02:00:25 -0700 (PDT) X-Received: by 10.152.36.2 with SMTP id m2mr2327980laj.72.1431594025726; Thu, 14 May 2015 02:00:25 -0700 (PDT) X-Forwarded-To: patchwork-forward@linaro.org X-Forwarded-For: patch@linaro.org patchwork-forward@linaro.org Delivered-To: patch@linaro.org Received: by 10.112.108.230 with SMTP id hn6csp1098058lbb; Thu, 14 May 2015 02:00:24 -0700 (PDT) X-Received: by 10.66.63.9 with SMTP id c9mr6198252pas.40.1431594024049; Thu, 14 May 2015 02:00:24 -0700 (PDT) Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id dt10si31364151pdb.120.2015.05.14.02.00.22; Thu, 14 May 2015 02:00:24 -0700 (PDT) Received-SPF: none (google.com: linux-mmc-owner@vger.kernel.org does not designate permitted sender hosts) client-ip=209.132.180.67; Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753195AbbENJAV (ORCPT + 3 others); Thu, 14 May 2015 05:00:21 -0400 Received: from mail-pd0-f181.google.com ([209.85.192.181]:36444 "EHLO mail-pd0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753071AbbENJAU (ORCPT ); Thu, 14 May 2015 05:00:20 -0400 Received: by pdea3 with SMTP id a3so79701879pde.3 for ; Thu, 14 May 2015 02:00:20 -0700 (PDT) X-Received: by 10.69.25.41 with SMTP id in9mr6164878pbd.80.1431594020027; Thu, 14 May 2015 02:00:20 -0700 (PDT) Received: from localhost.localdomain ([180.150.148.224]) by mx.google.com with ESMTPSA id lb1sm21774609pab.39.2015.05.14.02.00.15 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 14 May 2015 02:00:18 -0700 (PDT) From: Zhangfei Gao To: Jaehoon Chung , ulf.hansson@linaro.org Cc: linux-mmc@vger.kernel.org, Zhangfei Gao , Peter Griffin Subject: [PATCH 4/4] mmc: sdhci-st: Fix modalias to make module auto-loading work Date: Thu, 14 May 2015 16:59:47 +0800 Message-Id: <1431593987-455-5-git-send-email-zhangfei.gao@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1431593987-455-1-git-send-email-zhangfei.gao@linaro.org> References: <1431593987-455-1-git-send-email-zhangfei.gao@linaro.org> Sender: linux-mmc-owner@vger.kernel.org Precedence: list List-ID: X-Mailing-List: linux-mmc@vger.kernel.org X-Removed-Original-Auth: Dkim didn't pass. X-Original-Sender: zhangfei.gao@linaro.org X-Original-Authentication-Results: mx.google.com; spf=pass (google.com: domain of patch+caf_=patchwork-forward=linaro.org@linaro.org designates 209.85.215.44 as permitted sender) smtp.mail=patch+caf_=patchwork-forward=linaro.org@linaro.org Mailing-list: list patchwork-forward@linaro.org; contact patchwork-forward+owners@linaro.org X-Google-Group-Id: 836684582541 List-Post: , List-Help: , List-Archive: List-Unsubscribe: , Make the modalias match driver name, this is required to make module auto-loading work. Signed-off-by: Zhangfei Gao CC: Peter Griffin --- drivers/mmc/host/sdhci-st.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/host/sdhci-st.c b/drivers/mmc/host/sdhci-st.c index 682f2bb..969c2b0 100644 --- a/drivers/mmc/host/sdhci-st.c +++ b/drivers/mmc/host/sdhci-st.c @@ -509,4 +509,4 @@ module_platform_driver(sdhci_st_driver); MODULE_DESCRIPTION("SDHCI driver for STMicroelectronics SoCs"); MODULE_AUTHOR("Giuseppe Cavallaro "); MODULE_LICENSE("GPL v2"); -MODULE_ALIAS("platform:st-sdhci"); +MODULE_ALIAS("platform:sdhci-st");