From patchwork Tue Jun 19 12:03:14 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 9451 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 36D4023EE2 for ; Tue, 19 Jun 2012 12:03:35 +0000 (UTC) Received: from mail-gh0-f180.google.com (mail-gh0-f180.google.com [209.85.160.180]) by fiordland.canonical.com (Postfix) with ESMTP id F0F0CA1819B for ; Tue, 19 Jun 2012 12:03:32 +0000 (UTC) Received: by ghbz12 with SMTP id z12so4888785ghb.11 for ; Tue, 19 Jun 2012 05:03:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:mime-version:content-type :x-gm-message-state; bh=i6jEijRJDp+JDlHgMX9twZgVbU9E+u0xthFHOfnycm8=; b=DM3HIkJZY33xPxebRtu4cxV7JmDnJBacbJWpk3B/Hwv/niMkar8xlm81+SJofGqprZ OGox05ui5KTFdrxz4gNRxytu7b6yXsg7bTWASTcB47npnzyXGw/ML6yEk61PNguVSnOH w61MqjwJ4vLZZyNYARVOHVBZ408JcMUW4ocDHQqSjL4Kh+dZa+b8FEnRTre9u9+esmK3 ks+env7Xfmg6b93sn/fa0ZDlglb6JvHH3RyiFEZlgfNmMOE9Z4MToytjyN+5dKzDkUzm OZ3Tdm2e1dHi97Gk2ehsv2OB7nNVEcqTwg/cc4VMfyVSzsgM7ruIi+Z79mAs9eYAmM3Z fiMQ== Received: by 10.50.87.227 with SMTP id bb3mr773908igb.57.1340107412295; Tue, 19 Jun 2012 05:03:32 -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.231.24.148 with SMTP id v20csp121386ibb; Tue, 19 Jun 2012 05:03:31 -0700 (PDT) Received: by 10.14.48.76 with SMTP id u52mr3625307eeb.180.1340107410746; Tue, 19 Jun 2012 05:03:30 -0700 (PDT) Received: from eu1sys200aog117.obsmtp.com (eu1sys200aog117.obsmtp.com. [207.126.144.143]) by mx.google.com with SMTP id q11si10009082eef.111.2012.06.19.05.03.22 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 19 Jun 2012 05:03:30 -0700 (PDT) Received-SPF: neutral (google.com: 207.126.144.143 is neither permitted nor denied by best guess record for domain of linus.walleij@stericsson.com) client-ip=207.126.144.143; Authentication-Results: mx.google.com; spf=neutral (google.com: 207.126.144.143 is neither permitted nor denied by best guess record for domain of linus.walleij@stericsson.com) smtp.mail=linus.walleij@stericsson.com Received: from beta.dmz-eu.st.com ([164.129.1.35]) (using TLSv1) by eu1sys200aob117.postini.com ([207.126.147.11]) with SMTP ID DSNKT+BqisahfqncrrszuEXucj/qQMaR5NoV@postini.com; Tue, 19 Jun 2012 12:03:30 UTC Received: from zeta.dmz-eu.st.com (zeta.dmz-eu.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id A2371D7; Tue, 19 Jun 2012 12:03:18 +0000 (GMT) Received: from relay1.stm.gmessaging.net (unknown [10.230.100.17]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 469E92C7F; Tue, 19 Jun 2012 12:03:18 +0000 (GMT) Received: from exdcvycastm004.EQ1STM.local (alteon-source-exch [10.230.100.61]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (Client CN "exdcvycastm004", Issuer "exdcvycastm004" (not verified)) by relay1.stm.gmessaging.net (Postfix) with ESMTPS id 74A5524C3BF; Tue, 19 Jun 2012 14:03:11 +0200 (CEST) Received: from steludxu4075.lud.stericsson.com (10.230.100.153) by smtp.stericsson.com (10.230.100.2) with Microsoft SMTP Server (TLS) id 8.3.83.0; Tue, 19 Jun 2012 14:03:17 +0200 From: Linus Walleij To: , Cc: Stephen Warren , Linus Walleij Subject: [PATCH] pinctrl/u300: delete pointless debug print Date: Tue, 19 Jun 2012 14:03:14 +0200 Message-ID: <1340107394-2364-1-git-send-email-linus.walleij@stericsson.com> X-Mailer: git-send-email 1.7.9.2 MIME-Version: 1.0 X-Gm-Message-State: ALoCoQns3SrRkmPRjGBK2StnP56OFRuRKp0Iduv5r9DhPM2jt5Sbuig3r61Mkg9FDSB3Xgy3hDqr From: Linus Walleij This is some leftover from earlier development, let's get rid of it. Signed-off-by: Linus Walleij --- drivers/pinctrl/pinctrl-u300.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/pinctrl/pinctrl-u300.c b/drivers/pinctrl/pinctrl-u300.c index 49b91c2..5f43f9a 100644 --- a/drivers/pinctrl/pinctrl-u300.c +++ b/drivers/pinctrl/pinctrl-u300.c @@ -1113,8 +1113,6 @@ static int __devinit u300_pmx_probe(struct platform_device *pdev) int ret; int i; - pr_err("U300 PMX PROBE\n"); - /* Create state holders etc for this driver */ upmx = devm_kzalloc(&pdev->dev, sizeof(*upmx), GFP_KERNEL); if (!upmx)