Re: ARC-setup: Use seq_putc() in show_cpuinfo()

2016-10-17 Thread SF Markus Elfring
>>> Perhaps reword the changelog to say that seqc_putc is more efficient than >>> seqc_printf to output a single char. >>> I mean _printf is not wrong but not as efficient ? >> I came along source files for a few other software modules with similar >> change possibilities. >> Unfortunately, the cor

Re: ARC-setup: Use seq_putc() in show_cpuinfo()

2016-10-17 Thread Vineet Gupta
On 10/17/2016 10:19 AM, SF Markus Elfring wrote: >>> A single character (line break) should be put into a sequence. >>> Thus use the corresponding function "seq_putc". >> Perhaps reword the changelog to say that seqc_putc is more efficient than >> seqc_printf to output a single char. >> I mean _pri

Re: ARC-setup: Use seq_putc() in show_cpuinfo()

2016-10-17 Thread SF Markus Elfring
>> A single character (line break) should be put into a sequence. >> Thus use the corresponding function "seq_putc". > > Perhaps reword the changelog to say that seqc_putc is more efficient than > seqc_printf to output a single char. > I mean _printf is not wrong but not as efficient ? I came alo