From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from wolverine02.qualcomm.com ([199.106.114.251]:56021 "EHLO wolverine02.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750753Ab0LIVI7 (ORCPT ); Thu, 9 Dec 2010 16:08:59 -0500 Date: Thu, 9 Dec 2010 13:08:57 -0800 From: David Brown Subject: Re: [PATCH 06/15] serial: Remove duplicate unlikely from IS_ERR Message-ID: <20101209210857.GA11077@huya.qualcomm.com> References: <102d208d9a7b0de018361a71875da14eab0df2ec.1291923889.git.joe@perches.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <102d208d9a7b0de018361a71875da14eab0df2ec.1291923889.git.joe@perches.com> Sender: linux-arm-msm-owner@vger.kernel.org List-ID: To: Joe Perches Cc: David Brown , Daniel Walker , Bryan Huntsman , Jiri Kosina , linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, Tobias Klauser On Thu, Dec 09, 2010 at 12:03:59PM -0800, Joe Perches wrote: > IS_ERR already uses unlikely, remove unlikely from the call sites. > > Signed-off-by: Joe Perches > --- > drivers/serial/msm_serial.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Tobias Klauser already posted a patch about this. They are identical, so I'll grab the first one from Tobias. Thanks, David