From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934900AbcCKI1V (ORCPT ); Fri, 11 Mar 2016 03:27:21 -0500 Received: from hqemgate15.nvidia.com ([216.228.121.64]:9636 "EHLO hqemgate15.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934359AbcCKI1V (ORCPT ); Fri, 11 Mar 2016 03:27:21 -0500 X-PGP-Universal: processed; by hqnvupgp07.nvidia.com on Fri, 11 Mar 2016 00:25:57 -0800 Message-ID: <56E27E5A.7040705@nvidia.com> Date: Fri, 11 Mar 2016 13:44:18 +0530 From: Laxman Dewangan User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Mark Brown CC: , Subject: Re: [PATCH] regulator: fixed: Remove WARs for handling of_get_named_gpio() return References: <1457611967-29365-1-git-send-email-ldewangan@nvidia.com> <20160311043048.GR3898@sirena.org.uk> In-Reply-To: <20160311043048.GR3898@sirena.org.uk> X-Originating-IP: [10.19.65.30] X-ClientProxiedBy: DRUKMAIL102.nvidia.com (10.25.59.20) To bgmail102.nvidia.com (10.25.59.11) Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Friday 11 March 2016 10:00 AM, Mark Brown wrote: > * PGP Signed by an unknown key > > On Thu, Mar 10, 2016 at 05:42:46PM +0530, Laxman Dewangan wrote: > >> Remove the WAR implemented in fixed regulator to handle the >> return of of_get_named_gpio(). > You need to explain what a WAR is, I suspect it's some nVidia internal > term. > We used term "WAR" as workaround. This we used for special handling in SW for unusual stuff. Probably "Hack" is the more appropriate word. Should I use "hack" here?