Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757967AbYJMOpn (ORCPT ); Mon, 13 Oct 2008 10:45:43 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757505AbYJMOp0 (ORCPT ); Mon, 13 Oct 2008 10:45:26 -0400 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:56197 "EHLO opensource2.wolfsonmicro.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1757338AbYJMOpZ (ORCPT ); Mon, 13 Oct 2008 10:45:25 -0400 From: Mark Brown To: Liam Girdwood , Samuel Ortiz Cc: linux-kernel@vger.kernel.org, Mark Brown Subject: [PATCH 2/2] mfd: Fix warning in WM8350 Date: Mon, 13 Oct 2008 15:45:23 +0100 Message-Id: <1223909123-16376-2-git-send-email-broonie@opensource.wolfsonmicro.com> X-Mailer: git-send-email 1.5.6.5 In-Reply-To: <1223909123-16376-1-git-send-email-broonie@opensource.wolfsonmicro.com> References: <20081013133707.GA4759@localdomain> <1223909123-16376-1-git-send-email-broonie@opensource.wolfsonmicro.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 868 Lines: 26 Signed-off-by: Mark Brown Acked-by: Samuel Ortiz --- drivers/mfd/wm8350-core.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/mfd/wm8350-core.c b/drivers/mfd/wm8350-core.c index 382e38c..25a7a5d 100644 --- a/drivers/mfd/wm8350-core.c +++ b/drivers/mfd/wm8350-core.c @@ -1161,7 +1161,6 @@ int wm8350_device_init(struct wm8350 *wm8350, int irq, { int ret = -EINVAL; u16 id1, id2, mask, mode; - int i; /* get WM8350 revision and config mode */ wm8350->read_dev(wm8350, WM8350_RESET_ID, sizeof(id1), &id1); -- 1.5.6.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/