From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michele CURTI Subject: [PATCH v2 0/2] drm/radeon: use NULL instead of zero Date: Mon, 5 May 2014 22:26:31 +0200 Message-ID: <20140505202631.GA404@ativ> References: <20140503135512.GA17068@ativ> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-ee0-f42.google.com ([74.125.83.42]:59761 "EHLO mail-ee0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752411AbaEEU0f (ORCPT ); Mon, 5 May 2014 16:26:35 -0400 Received: by mail-ee0-f42.google.com with SMTP id d49so1711722eek.15 for ; Mon, 05 May 2014 13:26:34 -0700 (PDT) Content-Disposition: inline In-Reply-To: Sender: linux-next-owner@vger.kernel.org List-ID: To: "Deucher, Alexander" Cc: "Koenig, Christian" , "airlied@linux.ie" , "linux-next@vger.kernel.org" This patches replace 0 with NULL when NULL pointers in radeon driver. The first in object functions. the second in clearstate headers. Changes from v1: - splitted in two separated patches On Mon, May 05, 2014 at 12:53:58PM +0000, Deucher, Alexander wrote: > > -----Original Message----- > > From: Michele CURTI [mailto:michele.curti@gmail.com] > > Sent: Saturday, May 03, 2014 9:55 AM > > To: Deucher, Alexander; Koenig, Christian; airlied@linux.ie > > Cc: linux-next@vger.kernel.org > > Subject: [PATCH] drm/radeon: use NULL instead of zero > > > > > > Use NULL instead of zero for NULL pointers > > > > Signed-off-by: Michele Curti > > Can you break this into two patches? One that changes that clearstate headers and one that changes object functions? > > Thanks, > > Alex > Sure! Or at least, I'm going to try.. Michele