Re: [PATCH] sched: fix compilation warning

2013-01-19 Thread Randy Dunlap
On 01/18/13 12:47, Cong Ding wrote: > Is this patch still queued or...? > > - cong ping. Can we get this patch or something similar merged, please? > On Wed, Dec 5, 2012 at 6:10 PM, Cong Ding wrote: >> the following compilation warning is caused by Commit-ID: >> c566e8e9e44b72b53091da20e2dedef

Re: [PATCH] sched: fix compilation warning

2013-01-18 Thread Cong Ding
Is this patch still queued or...? - cong On Wed, Dec 5, 2012 at 6:10 PM, Cong Ding wrote: > the following compilation warning is caused by Commit-ID: > c566e8e9e44b72b53091da20e2dedefc730f2ee2 > > kernel/sched/debug.c: In function ‘print_cfs_rq’: > kernel/sched/debug.c:225:2: warning: format ‘%l

[PATCH] sched: fix compilation warning

2012-12-05 Thread Cong Ding
the following compilation warning is caused by Commit-ID: c566e8e9e44b72b53091da20e2dedefc730f2ee2 kernel/sched/debug.c: In function ‘print_cfs_rq’: kernel/sched/debug.c:225:2: warning: format ‘%ld’ expects argument of type ‘long int’, but argument 4 has type ‘long long int’ [-Wformat] kernel/sche