Re: [PATCH] fix warning and small bug in cassini driver

From: Alexey Dobriyan
Date: Tue Oct 18 2005 - 00:34:37 EST


On 10/17/05, Jesper Juhl <jesper.juhl@xxxxxxxxx> wrote:
> drivers/net/cassini.c:1930: warning: long unsigned int format, different type arg (arg 4)

> u64 compwb = le64_to_cpu(cp->init_block->tx_compwb);

> - printk(KERN_DEBUG "%s: tx interrupt, status: 0x%x, %lx\n",

> + printk(", %llx", compwb);

You've added similar warning on alpha, sparc64, ...
-
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/