From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751621AbbHRCa3 (ORCPT ); Mon, 17 Aug 2015 22:30:29 -0400 Received: from mail-pa0-f53.google.com ([209.85.220.53]:33570 "EHLO mail-pa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750791AbbHRCa2 (ORCPT ); Mon, 17 Aug 2015 22:30:28 -0400 Date: Tue, 18 Aug 2015 08:00:20 +0530 From: Viresh Kumar To: Mark Brown Cc: linaro-kernel@lists.linaro.org, Liam Girdwood , "open list:VOLTAGE AND CURRENT REGULATOR FRAMEWORK" Subject: Re: [PATCH] regulator: core: Use IS_ERR_OR_NULL() Message-ID: <20150818023020.GY1162@linux> References: <3608f46110fb5b66e4e94f18a9af3283d4149fe8.1439794825.git.viresh.kumar@linaro.org> <20150817200653.GA10748@sirena.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150817200653.GA10748@sirena.org.uk> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 17-08-15, 13:06, Mark Brown wrote: > On Mon, Aug 17, 2015 at 12:30:58PM +0530, Viresh Kumar wrote: > > Use IS_ERR_OR_NULL() rather than open coding it. > > Neither of the patches you sent today applied cleanly against current > code, please submit patches against the tree they're intended to be > applied on. That's the last I wanted to get ranted about, Sigh. I thought, my base is the latest linux-next/master, which will have your latest updates. But that wasn't the case. I was sitting on a slightly older base. Sorry about that. Will base out of your tree directly in future. -- viresh