From patchwork Thu Mar 28 04:25:47 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sachin Kamat X-Patchwork-Id: 15713 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 6919123E00 for ; Thu, 28 Mar 2013 04:37:25 +0000 (UTC) Received: from mail-ve0-f182.google.com (mail-ve0-f182.google.com [209.85.128.182]) by fiordland.canonical.com (Postfix) with ESMTP id 2221AA185C9 for ; Thu, 28 Mar 2013 04:37:25 +0000 (UTC) Received: by mail-ve0-f182.google.com with SMTP id m1so3241820ves.13 for ; Wed, 27 Mar 2013 21:37:24 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:x-forwarded-to:x-forwarded-for:delivered-to:x-received :received-spf:x-received:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:x-gm-message-state; bh=gn+QK1e/KInM6GKC81VkYplRbkLdFkrNu0emQfddJjg=; b=WYU6jZagp6srrW2jGuCNiScaYEJBcWG39B53ZKt6H+2QQ7dQSbUfP/x+4MR/FYNd9F AFrrymP7ItLw+H2xgK4SG1jgnkF+4gC7Et0HBfsF5p3K3/2Kbc5hMDxz8wUSa2VVASyq FQE12LJ4h+WILsQX8ip36dfXUsjgbU+0yBzt3iGgJ5+QQvWqIz4r2V1pvBGe3s3jSIZX s984GpbAF+9iLZHPxJnQparhawGvH6u4Ji8P9+asQ1TesB+NeDTix7rjwSEs0m9G7ewo nP/Eqg25bXmGn4pnpFEma0DEfuC7D+mxSpjPv71bumSuzvaL2akqFcLy8sfMaP/gejvS 09Rw== X-Received: by 10.220.106.14 with SMTP id v14mr9547242vco.2.1364445444681; Wed, 27 Mar 2013 21:37:24 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.59.4.204 with SMTP id cg12csp145465ved; Wed, 27 Mar 2013 21:37:24 -0700 (PDT) X-Received: by 10.66.134.129 with SMTP id pk1mr33945373pab.187.1364445442804; Wed, 27 Mar 2013 21:37:22 -0700 (PDT) Received: from mail-pd0-f171.google.com (mail-pd0-f171.google.com [209.85.192.171]) by mx.google.com with ESMTPS id oy4si25178165pac.186.2013.03.27.21.37.16 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 27 Mar 2013 21:37:22 -0700 (PDT) Received-SPF: neutral (google.com: 209.85.192.171 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) client-ip=209.85.192.171; Authentication-Results: mx.google.com; spf=neutral (google.com: 209.85.192.171 is neither permitted nor denied by best guess record for domain of sachin.kamat@linaro.org) smtp.mail=sachin.kamat@linaro.org Received: by mail-pd0-f171.google.com with SMTP id z10so1863328pdj.30 for ; Wed, 27 Mar 2013 21:37:16 -0700 (PDT) X-Received: by 10.68.225.132 with SMTP id rk4mr12992067pbc.146.1364445436242; Wed, 27 Mar 2013 21:37:16 -0700 (PDT) Received: from localhost.localdomain ([115.113.119.130]) by mx.google.com with ESMTPS id bs1sm13146991pbc.8.2013.03.27.21.37.13 (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 27 Mar 2013 21:37:15 -0700 (PDT) From: Sachin Kamat To: linux-mmc@vger.kernel.org Cc: tgih.jun@samsung.com, jh80.chung@samsung.com, cjb@laptop.org, sachin.kamat@linaro.org, patches@linaro.org Subject: [PATCH 2/2] mmc: dw_mmc: Use pr_info instead of printk Date: Thu, 28 Mar 2013 09:55:47 +0530 Message-Id: <1364444747-16777-2-git-send-email-sachin.kamat@linaro.org> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1364444747-16777-1-git-send-email-sachin.kamat@linaro.org> References: <1364444747-16777-1-git-send-email-sachin.kamat@linaro.org> X-Gm-Message-State: ALoCoQm59NB9OlHhnP2MksvR7OhNiUlu0NqESxAEXqDe4kY1QF57ixKiP7vYXNci0k+tS4Znz3ij pr_info(... is preferred to printk(KERN_INFO ... Signed-off-by: Sachin Kamat Acked-by: Jaehoon Chung --- drivers/mmc/host/dw_mmc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/mmc/host/dw_mmc.c b/drivers/mmc/host/dw_mmc.c index 1ba09d0..b8582d0 100644 --- a/drivers/mmc/host/dw_mmc.c +++ b/drivers/mmc/host/dw_mmc.c @@ -2509,7 +2509,7 @@ EXPORT_SYMBOL(dw_mci_resume); static int __init dw_mci_init(void) { - printk(KERN_INFO "Synopsys Designware Multimedia Card Interface Driver"); + pr_info("Synopsys Designware Multimedia Card Interface Driver"); return 0; }