On Wed, Jul 04, 2007 at 04:36:57PM -0400, Joseph Smith wrote:
> > printf("value in hexadecimal is now %x\n",value);
>
> Ok so how would I go about doing this is print_debug than?
Sorry.
print_debug() in v2 doesn't support variable number of arguments
(varargs) but maybe you could backport printk() from v3 lib/console.c ?
//Peter