From patchwork Tue Jul 22 11:11:07 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 4601291 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 3023EC0514 for ; Tue, 22 Jul 2014 11:15:19 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 67FBD20158 for ; Tue, 22 Jul 2014 11:15:18 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 700CA2015E for ; Tue, 22 Jul 2014 11:15:17 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1X9Xzf-0001vu-Sx; Tue, 22 Jul 2014 11:12:27 +0000 Received: from mail-ie0-f176.google.com ([209.85.223.176]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1X9XzY-0001ir-MG for linux-arm-kernel@lists.infradead.org; Tue, 22 Jul 2014 11:12:21 +0000 Received: by mail-ie0-f176.google.com with SMTP id tr6so7650049ieb.7 for ; Tue, 22 Jul 2014 04:11:39 -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=dbJ/fdMXZqLAd5C+bkHcl7PF5mEBqQtr82NRAS61wwE=; b=C36pQM357CyOrUevkxlN63kXpbgXR9JASdHu8EiYfWZzAkIdlkYIHa6tiElVB43lFp Q3BldTtgaJaIalBAUV6/SAJHOCz1U2kxENcmtaxEi01cqGBLDRIffZOJWl0jqemu6sMV qHCfrZuCco0nU0cdgfr3TSp1PFd/I/CAdi2ZMqaAPzASInrcTK0cMl3G4wC0df1YYuyu ZU2MmftMJEZAEpVDyyrLXOd9zpuMkw3WSUvhFza5h4VBn23l+o4p+MXo8S3vXAMEwInm edf/MCwZCrTWo+mc64wu5f/wSIx0v3eaawWLyVFSeYPcY3P7v783f3i82946JuRsCd69 w3bQ== X-Gm-Message-State: ALoCoQkW4MCCWTI1LQuQ0OpFBLG09IedXfYaZOsbGR5kNNTfpVIG10bOxEAO0h1rPxTx4lLop4Qh X-Received: by 10.42.96.132 with SMTP id j4mr35375619icn.16.1406027499376; Tue, 22 Jul 2014 04:11:39 -0700 (PDT) Received: from localhost.localdomain (host109-148-232-149.range109-148.btcentralplus.com. [109.148.232.149]) by mx.google.com with ESMTPSA id lo3sm1302829igb.22.2014.07.22.04.11.37 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 22 Jul 2014 04:11:38 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 01/19] mfd: max77686: Fix 'line over 80 chars' warning Date: Tue, 22 Jul 2014 12:11:07 +0100 Message-Id: <1406027485-15657-2-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: <1406027485-15657-1-git-send-email-lee.jones@linaro.org> References: <1406027485-15657-1-git-send-email-lee.jones@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140722_041220_770208_4A5B9051 X-CRM114-Status: GOOD ( 10.35 ) X-Spam-Score: -0.7 (/) Cc: Lee Jones , sameo@linux.intel.com X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable 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 This is part of an effort to clean-up the MFD subsystem. +WARNING: line over 80 characters + &max77686_rtc_regmap_config); total: 0 errors, 1 warnings, 299 lines checked Signed-off-by: Lee Jones --- drivers/mfd/max77686.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mfd/max77686.c b/drivers/mfd/max77686.c index 8650832..f2bd699 100644 --- a/drivers/mfd/max77686.c +++ b/drivers/mfd/max77686.c @@ -166,7 +166,7 @@ static int max77686_i2c_probe(struct i2c_client *i2c, i2c_set_clientdata(max77686->rtc, max77686); max77686->rtc_regmap = devm_regmap_init_i2c(max77686->rtc, - &max77686_rtc_regmap_config); + &max77686_rtc_regmap_config); if (IS_ERR(max77686->rtc_regmap)) { ret = PTR_ERR(max77686->rtc_regmap); dev_err(max77686->dev, "failed to allocate RTC regmap: %d\n",