Re: [PATCH] shell: correct the member name of getting panel height

2012-07-10 Thread Kristian Høgsberg
On Mon, Jul 09, 2012 at 10:24:09PM -0700, juan.j.z...@linux.intel.com wrote: > From: Juan Zhao > > It does not get the correct panel height for now. The memeber of list > to read should be layer_link not link now. Thanks, applied. Kristian > Signed-off-by: Juan Zhao > --- > src/shell.c | 2

[PATCH] shell: correct the member name of getting panel height

2012-07-09 Thread juan . j . zhao
From: Juan Zhao It does not get the correct panel height for now. The memeber of list to read should be layer_link not link now. Signed-off-by: Juan Zhao --- src/shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shell.c b/src/shell.c index 2cc0139..66c9d64 100644