From patchwork Fri Jan 21 11:38:25 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Naveen Kumar GADDIPATI X-Patchwork-Id: 494801 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id p0LBdkvt016318 for ; Fri, 21 Jan 2011 11:39:47 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752314Ab1AULjm (ORCPT ); Fri, 21 Jan 2011 06:39:42 -0500 Received: from eu1sys200aog107.obsmtp.com ([207.126.144.123]:58316 "EHLO eu1sys200aog107.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753847Ab1AULjm (ORCPT ); Fri, 21 Jan 2011 06:39:42 -0500 Received: from source ([164.129.1.35]) (using TLSv1) by eu1sys200aob107.postini.com ([207.126.147.11]) with SMTP ID DSNKTTlwY1pP9XN88x/gZ3GXZ8qhYUilqc0q@postini.com; Fri, 21 Jan 2011 11:39:41 UTC Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id B0C8988; Fri, 21 Jan 2011 11:39:04 +0000 (GMT) Received: from relay1.stm.gmessaging.net (unknown [10.230.100.17]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 1669422F6; Fri, 21 Jan 2011 11:39:04 +0000 (GMT) Received: from exdcvycastm022.EQ1STM.local (alteon-source-exch [10.230.100.61]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (Client CN "exdcvycastm022", Issuer "exdcvycastm022" (not verified)) by relay1.stm.gmessaging.net (Postfix) with ESMTPS id 1CCEB24C07D; Fri, 21 Jan 2011 12:38:28 +0100 (CET) Received: from localhost (10.201.54.153) by exdcvycastm022.EQ1STM.local (10.230.100.30) with Microsoft SMTP Server (TLS) id 8.2.254.0; Fri, 21 Jan 2011 12:38:33 +0100 From: Naveen Kumar G To: Dmitry Torokhov Cc: , , , , , Naveen Kumar Gaddipati Subject: [PATCH] input:bu21013: Update the regulator name Date: Fri, 21 Jan 2011 17:08:25 +0530 Message-ID: <1295609905-2905-1-git-send-email-naveen.gaddipati@stericsson.com> X-Mailer: git-send-email 1.7.2.dirty MIME-Version: 1.0 Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Fri, 21 Jan 2011 11:39:47 +0000 (UTC) diff --git a/drivers/input/touchscreen/bu21013_ts.c b/drivers/input/touchscreen/bu21013_ts.c index 1507ce1..03e60d3 100644 --- a/drivers/input/touchscreen/bu21013_ts.c +++ b/drivers/input/touchscreen/bu21013_ts.c @@ -460,7 +460,7 @@ static int __devinit bu21013_probe(struct i2c_client *client, bu21013_data->chip = pdata; bu21013_data->client = client; - bu21013_data->regulator = regulator_get(&client->dev, "V-TOUCH"); + bu21013_data->regulator = regulator_get(&client->dev, "avdd"); if (IS_ERR(bu21013_data->regulator)) { dev_err(&client->dev, "regulator_get failed\n"); error = PTR_ERR(bu21013_data->regulator);