From patchwork Thu May 14 08:59:45 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zhangfei Gao X-Patchwork-Id: 6403491 Return-Path: X-Original-To: patchwork-linux-mmc@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id EA5FE9F32E for ; Thu, 14 May 2015 09:00:18 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 1D3702024D for ; Thu, 14 May 2015 09:00:18 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 35574201ED for ; Thu, 14 May 2015 09:00:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753070AbbENJAL (ORCPT ); Thu, 14 May 2015 05:00:11 -0400 Received: from mail-pa0-f47.google.com ([209.85.220.47]:35094 "EHLO mail-pa0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753063AbbENJAK (ORCPT ); Thu, 14 May 2015 05:00:10 -0400 Received: by pabtp1 with SMTP id tp1so78827406pab.2 for ; Thu, 14 May 2015 02:00:09 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=PiMEauxNQC4U8IteIIcnfrtoMJU5gAhJ3tRtoXjNNXc=; b=gaNjIKgzZEqBvchYm6d+/vEH+Rqkh3i9RyzJkC3MDiKxdsX7AJYrTzUrdhKzOFLqJQ 2oQjMWcCrFYBDvRsm9kLtAkT4c3sT7YEhhqFCHbCezoGWh9KIxN71uOkawzvHtfGIF/g Qqb8mjJRdmAWYkJ5KhKSk3+FmnLj4iQ7QTWzClqJ4eQnZAHfjjYKl/gYvHmCyhuohO69 5zuSaXGL0fbkkYfWurqFvyS+GvbelpLN7Yiaz1J3D3N1EKKeozbOhQ4w6R6xGBAYUVKD T+ra4tKt1WCY28UyGxVRiSGELmJrjHK2uVsyv1MPAav+c9ADSVLq1gDcuJBNwDbBogX1 3W6g== X-Gm-Message-State: ALoCoQmhrI+4D+UVNDUOZlh6Hvs4tL+kSn7GtorzGTxDIHnK9kA2FC9B69rSNJF88YmYMUu1DAI1 X-Received: by 10.68.65.110 with SMTP id w14mr6158365pbs.93.1431594009592; Thu, 14 May 2015 02:00:09 -0700 (PDT) Received: from localhost.localdomain ([180.150.148.224]) by mx.google.com with ESMTPSA id lb1sm21774609pab.39.2015.05.14.02.00.05 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 14 May 2015 02:00:08 -0700 (PDT) From: Zhangfei Gao To: Jaehoon Chung , ulf.hansson@linaro.org Cc: linux-mmc@vger.kernel.org, Zhangfei Gao Subject: [PATCH 2/4] mmc: dw_mmc: exynos: Fix modalias to make module auto-loading work Date: Thu, 14 May 2015 16:59:45 +0800 Message-Id: <1431593987-455-3-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: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Make the modalias match driver name, this is required to make module auto-loading work. Signed-off-by: Zhangfei Gao --- drivers/mmc/host/dw_mmc-exynos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mmc/host/dw_mmc-exynos.c b/drivers/mmc/host/dw_mmc-exynos.c index e761eb1..1e75309 100644 --- a/drivers/mmc/host/dw_mmc-exynos.c +++ b/drivers/mmc/host/dw_mmc-exynos.c @@ -556,4 +556,4 @@ module_platform_driver(dw_mci_exynos_pltfm_driver); MODULE_DESCRIPTION("Samsung Specific DW-MSHC Driver Extension"); MODULE_AUTHOR("Thomas Abraham