Sergei Shtylyov wrote:
I guess checkpatch.pl told you to consider switching to
strict_strtol()? :-)
WBR, Sergei
Yes, it did warn about not switching. There other places in this file
that use simple_strtoul so I was hoping to submit a followon patch that
converts everything.
-Nathan
_
Hello.
Nathan Fontenot wrote:
Allow the drc index passed to the /proc/ppc64/ofdt file to be specified
in formats other than decimal. This allows us to easily specify drc
indexes
in hex that would otherwise appears as negative integers.
Signed-off-by: Nathan Fontenot <[EMAIL PROTECTED]>
---