lkml.org 
[lkml]   [2014]   [Oct]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] x86, boot: add hex output for debugging
> > +void __puthex(unsigned long value)
> > +{
> > + char alpha[2] = "0";
> > + int bits;
> > + unsigned char byte;
>
> what is 'byte' for? (unused)

Well the whole function is unused. We don't normally add unused functions
to the code because they bitrot too easily.

If you need it please just patch it in yourself.

-Andi


\
 
 \ /
  Last update: 2014-10-31 19:21    [W:0.090 / U:0.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site