From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pekka Enberg Subject: Re: [PATCH] aic7xxx: Remove OS utility wrappers Date: Tue, 27 Jul 2010 20:55:42 +0300 Message-ID: <4C4F1D9E.70007@cs.helsinki.fi> References: <1279102377-958-1-git-send-email-penberg@cs.helsinki.fi> <4C43F3DE.8000405@suse.de> <1280252404.2833.168.camel@mulgrave.site> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from courier.cs.helsinki.fi ([128.214.9.1]:43985 "EHLO mail.cs.helsinki.fi" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751195Ab0G0Rz5 (ORCPT ); Tue, 27 Jul 2010 13:55:57 -0400 In-Reply-To: <1280252404.2833.168.camel@mulgrave.site> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: James Bottomley Cc: Hannes Reinecke , linux-kernel@vger.kernel.org, Jiri Kosina , =?UTF-8?B?VXdlIEtsZWluZS1Lw7ZuaWc=?= , =?UTF-8?B?QW5kcsOpIEdvZGRhcmQgUm9zYQ==?= , linux-scsi@vger.kernel.org James Bottomley wrote: > On Mon, 2010-07-19 at 08:42 +0200, Hannes Reinecke wrote: >> Pekka Enberg wrote: >>> This patch removes malloc(), free(), and printf() wrappers from the= aic7xxx >>> SCSI driver. I didn't use pr_debug for printf because of some 'clev= er' uses of >>> printf don't compile with the pr_debug. I didn't fix the overeager = uses of >>> GFP_ATOMIC either because I wanted to keep this patch as simple as = possible. >>> >>> Cc: Hannes Reinecke >>> Cc: "James E.J. Bottomley" >>> Cc: Jiri Kosina >>> Cc: "Uwe Kleine-K=C3=B6nig" >>> Cc: "Andr=C3=A9 Goddard Rosa" >>> Cc: >>> Signed-off-by: Pekka Enberg >> Thanks for the work. Long overdue. >> >> Acked-by: Hannes Reinecke >=20 > A good rule of thumb is compile before acking: >=20 > drivers/scsi/aic7xxx/aic7770.c: In function 'aic7770_config': > drivers/scsi/aic7xxx/aic7770.c:224: error: implicit declaration of fu= nction 'free' > drivers/scsi/aic7xxx/aic7770.c:224: error: 'M_DEVBUF' undeclared (fir= st use in this function) > drivers/scsi/aic7xxx/aic7770.c:224: error: (Each undeclared identifie= r is reported only once > drivers/scsi/aic7xxx/aic7770.c:224: error: for each function it appea= rs in.) > make[3]: *** [drivers/scsi/aic7xxx/aic7770.o] Error 1 >=20 > It looks like a lone missed conversion, so I fixed it up. Sorry about that, I thought I tested all the configurations. Thanks for= =20 fixing it up! Pekka -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" i= n the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html