From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752632AbbH1ODV (ORCPT ); Fri, 28 Aug 2015 10:03:21 -0400 Received: from v094114.home.net.pl ([79.96.170.134]:63161 "HELO v094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752592AbbH1ODT (ORCPT ); Fri, 28 Aug 2015 10:03:19 -0400 From: "Rafael J. Wysocki" To: Jiri Kosina Cc: Viresh Kumar , linaro-kernel@lists.linaro.org, linux-kernel@vger.kernel.org, Pavel Machek , Greg Kroah-Hartman , Len Brown , "open list:SUSPEND TO RAM" Subject: Re: [PATCH V1 Resend 02/10] PM / OPP: Drop unlikely before IS_ERR(_OR_NULL) Date: Fri, 28 Aug 2015 16:30:54 +0200 Message-ID: <2335781.AXnMjpFogC@vostro.rjw.lan> User-Agent: KMail/4.11.5 (Linux/4.1.0-rc5+; KDE/4.11.5; x86_64; ; ) In-Reply-To: References: <4143341.O8kzUSgY49@vostro.rjw.lan> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="utf-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Friday, August 28, 2015 03:52:46 PM Jiri Kosina wrote: > On Fri, 28 Aug 2015, Rafael J. Wysocki wrote: > > > > IS_ERR(_OR_NULL) already contain an 'unlikely' compiler flag and there > > > is no need to do that again from its callers. Drop it. > > > > > > Acked-by: Pavel Machek > > > Signed-off-by: Viresh Kumar > > > > Did that go anywhere or should I apply it? > > I didn't take it yet, so feel free to do so if you want. > > With series like this, I usually wait a couple weeks and the pick the ones > which haven't been picked into maintainer trees (I check that by looking > for its presence in linux-next) through trivial.git afterwards. OK, I'll apply it then, thanks! Rafael