Re: PATCH: rio driver rework continued #2

From: Alan Cox
Date: Wed Mar 15 2006 - 10:44:30 EST


On Mer, 2006-03-15 at 17:33 +0300, Alexey Dobriyan wrote:
> > rio_dprintk(RIO_DEBUG_PARAM, "can_add_transmit() returns %x\n", res);
> > - rio_dprintk(RIO_DEBUG_PARAM, "Packet is 0x%x\n", (int) PacketP);
> > + rio_dprintk(RIO_DEBUG_PARAM, "Packet is 0x%p\n", PacketP);
> ^^^^
>
> Just %p.

Thanks .. good point. Will go whack all those on the head once I've
finished this batch of changes to remove even more typedefery

-
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/