dma_alloc_coherent

From: Kartik Babu
Date: Tue Apr 04 2006 - 14:08:22 EST


I'm trying to replace consistent_alloc in a driver that was written for the 2.4 kernel with dma_alloc_coherent. My question is that I do not use a struct device * pointer at all. Browsing through the source for the 2.6.12
on ARM XScale PXA255, I see that this argument may be NULL.

Still, I'd like to know if passing NULL has any side effects. If so, what are they?

I do however have a cdev structure taht I use for device registration, but I do not see how that would help.

Thanks
Kartik
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/