[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <e9c3a7c20611301719y63f64b04m9f748f91766c7ff@mail.gmail.com>
Date: Thu, 30 Nov 2006 18:19:40 -0700
From: "Dan Williams" <dan.j.williams@...il.com>
To: neilb@...e.de, jeff@...zik.org, christopher.leech@...el.com,
akpm@...l.org
Cc: linux-kernel@...r.kernel.org, linux-raid@...r.kernel.org,
olof@...om.net
Subject: Re: [PATCH 02/12] dmaengine: add the async_tx api
> +static inline void
> +do_sync_xor(struct page *dest, struct page **src_list, unsigned int offset,
> + unsigned int src_cnt, size_t len, enum async_tx_flags flags,
> + struct dma_async_tx_descriptor *depend_tx,
> + dma_async_tx_callback callback, void *callback_param)
> +{
> + void *_dest;
> + int start_idx, i;
> +
> + printk("%s: len: %u\n", __FUNCTION__, len);
Sorry, this should be PRINTK.
Dan
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists