From: casionwoo
Comment of origin code said "wait max 10 ms until cpu is on"
Origin code expects to print "CPU%d power enable failed", if cpu do not on
until 10ms
But actual code do not reach to print even it wait 10 ms (actually it waits
11ms not 10ms)
Because the comparing is like bellow
"if
Hello,
On 04/10/2016 04:04, JEUNGWOO, YOO wrote:
From: casionwoo
The "from" should match the signed-off-by below.
Comment of origin code said "wait max 10 ms until cpu is on"
Origin code expects to print "CPU%d power enable failed", if cpu do not on
until 10ms
But actual code do not reach
On Tue, 4 Oct 2016, JEUNGWOO, YOO wrote:
> From: casionwoo
>
> Comment of origin code said "wait max 10 ms until cpu is on"
> Origin code expects to print "CPU%d power enable failed", if cpu do not on
> until 10ms
> But actual code do not reach to print even it wait 10 ms (actually it waits
> 1