lkml.org 
[lkml]   [2005]   [Oct]   [18]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateTue, 18 Oct 2005 09:34:18 +0400
FromAlexey Dobriyan <>
SubjectRe: [PATCH] fix warning and small bug in cassini driver
On 10/17/05, Jesper Juhl <jesper.juhl@gmail.com> 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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-10-18 07:36    [from the cache]
©2003-2008