Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 13 Feb 2002 04:40:14 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 13 Feb 2002 04:40:05 -0500 Received: from parcelfarce.linux.theplanet.co.uk ([195.92.249.252]:23310 "EHLO www.linux.org.uk") by vger.kernel.org with ESMTP id ; Wed, 13 Feb 2002 04:39:47 -0500 Message-ID: <3C6A342C.E2123369@zip.com.au> Date: Wed, 13 Feb 2002 01:38:52 -0800 From: Andrew Morton X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.18-pre9-ac2 i686) X-Accept-Language: en MIME-Version: 1.0 To: Jeff Garzik CC: Alan Cox , lkml , Ralf Baechle Subject: Re: [patch] printk and dma_addr_t In-Reply-To: <3C6A331A.2D793119@mandrakesoft.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Jeff Garzik wrote: > > Alan Cox wrote: > > > > > dma_addr_t type. So the above usage will become > > > > > > printk("stuff: " DMA_ADDR_T_FMT " %s", a, s); > > > > Vomit. How about adding a dma_addr_t %code to the printk function ? > > heh, my comment on the patch was, "about as good as you can do without > teaching printk and gcc about the type" we could do: char *format_dma_addr_t(char *buf, dma_addr_t a); - - 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/