Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751469AbbGaL7w (ORCPT ); Fri, 31 Jul 2015 07:59:52 -0400 Received: from mail-qk0-f174.google.com ([209.85.220.174]:33577 "EHLO mail-qk0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751013AbbGaL7v (ORCPT ); Fri, 31 Jul 2015 07:59:51 -0400 Date: Fri, 31 Jul 2015 07:59:38 -0400 From: Tejun Heo To: Viresh Kumar Cc: akpm@linux-foundation.org, linaro-kernel@lists.linaro.org, linux-kernel@vger.kernel.org, Jens Axboe , Vivek Goyal Subject: Re: [PATCH 13/15] blk-cgroup: Drop unlikely before IS_ERR(_OR_NULL) Message-ID: <20150731115938.GA5987@mtj.duckdns.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 553 Lines: 17 On Fri, Jul 31, 2015 at 02:08:33PM +0530, Viresh Kumar 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. > > Signed-off-by: Viresh Kumar Acked-by: Tejun Heo Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/