From mboxrd@z Thu Jan 1 00:00:00 1970 From: Grant Likely Subject: Re: [RFC] [PATCH 1/3] of: irq: rename of_irq_count to of_irq_valid_count Date: Wed, 29 May 2013 23:25:30 +0100 Message-ID: <20130529222530.453203E16F4@localhost> References: <20130528145219.GA30411@game.jcrosoft.org> <1369753729-12997-1-git-send-email-plagnioj@jcrosoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1369753729-12997-1-git-send-email-plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: "devicetree-discuss" To: Jean-Christophe PLAGNIOL-VILLARD , devicetree-discuss-mnsaURCQ41sdnm+yROfE0A@public.gmane.org Cc: Rob Herring , Ralf Baechle List-Id: devicetree@vger.kernel.org On Tue, 28 May 2013 17:08:47 +0200, Jean-Christophe PLAGNIOL-VILLARD wrote: > as we count valid mapped irq not just present irq > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD Hmmm, even with it being in-accurately named, I think it is dangerous to rename the existing function and re-use the old name. Anyone with out-of-tree code will get the behaviour changed under their feet. I think it would be better to drop this patch from the series. g.