From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH v2] drm/omap: Fix usage of IS_ERR_OR_NULL and PTR_ERR Date: Wed, 14 Nov 2012 16:33:09 -0800 Message-ID: <20121115003309.GA14136@kroah.com> References: <1352913757-8406-1-git-send-email-andy.gross@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by gabe.freedesktop.org (Postfix) with ESMTP id 74E099E76B for ; Wed, 14 Nov 2012 16:40:42 -0800 (PST) Content-Disposition: inline In-Reply-To: <1352913757-8406-1-git-send-email-andy.gross@ti.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: Andy Gross Cc: Rob Clark , dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org On Wed, Nov 14, 2012 at 11:22:37AM -0600, Andy Gross wrote: > Return -ENOMEM if dmm_txn_init cannot allocate a refill engine. > > v2: Fix typing issue seen with newer compilers > > Signed-off-by: Andy Gross > Signed-off-by: Rob Clark > --- > drivers/staging/omapdrm/omap_dmm_tiler.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) This doesn't apply anymore, care to refresh it against my latest tree? thanks, greg k-h