Re: [PATCH] dl2k: use explicit DMA_48BIT_MASK

2006-05-10 Thread Jon Mason
On Wed, May 10, 2006 at 08:57:18PM +0200, Francois Romieu wrote: > Typo will be harder with this one. While I agree that a #define is much better than the magic number, I think this is bastardizing the intended use of DMA_*BIT_MASK. DMA_*BIT_MASK is intended to be used in the DMA_API's checking of

[PATCH] dl2k: use explicit DMA_48BIT_MASK

2006-05-10 Thread Francois Romieu
Typo will be harder with this one. Signed-off-by: Francois Romieu <[EMAIL PROTECTED]> --- drivers/net/dl2k.c | 13 ++--- include/linux/dma-mapping.h |1 + 2 files changed, 7 insertions(+), 7 deletions(-) 5019a27a2a4e259f29a7bd03e905764eedfa034c diff --git a/drivers/net/d