Messages in this thread |  | | | Date | Fri, 9 Jan 2009 19:17:31 +0100 | | From | Joerg Roedel <> | | Subject | Re: [PATCH 05/16] dma-debug: add initialization code |
On Fri, Jan 09, 2009 at 08:58:42PM +0300, Evgeniy Polyakov wrote:
> On Fri, Jan 09, 2009 at 05:19:19PM +0100, Joerg Roedel (joerg.roedel@amd.com) wrote:
> +static int prealloc_memory(u32 num_entries)
> > +{
> > + struct dma_debug_entry *entry, *next_entry;
> > + int i;
> > +
> > + for (i = 0; i < num_entries; ++i) {
> > + entry = kmalloc(sizeof(*entry), GFP_KERNEL | __GFP_ZERO);
>
> kzalloc?
True. kzalloc is better. I will change that.
Joerg
|  |