Re: [PATCH 1/5] Allow drc indexes to be specified in formats other than decimal

2008-06-22 Thread Nathan Fontenot
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 _

Re: [PATCH 1/5] Allow drc indexes to be specified in formats other than decimal

2008-06-20 Thread Sergei Shtylyov
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]> ---