On Fri, 15 Jun 2007 11:41:58 -0700 Roland Dreier <[EMAIL PROTECTED]> wrote:
>
>  > dma_mask should be a pointer, I mean, the element in struct device, see 
> below,
> 
> Sorry, you're right.
> 
> So print it as (unsigned long long) *dev->dma_mask.

And the reason you need to cast it is because u64 is "unsigned long" on
some architectures and "unsigned long long" on others.

-- 
Cheers,
Stephen Rothwell                    [EMAIL PROTECTED]
http://www.canb.auug.org.au/~sfr/

Attachment: pgpbyARNGFOzh.pgp
Description: PGP signature

Reply via email to