shell: Use the correct the member name when iterating panel_list
authorJuan Zhao <juan.j.zhao@linux.intel.com>
Tue, 10 Jul 2012 05:24:09 +0000 (22:24 -0700)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 10 Jul 2012 12:47:25 +0000 (08:47 -0400)
commit4ab946886589824e4821f9537c5a0815b09b9f19
treef0ea1f3a53aee6f0b5330ed4c7b377fca7dd60c6
parentdd263e546bc20a2a7f424374afc9c81e5f59f2de
shell: Use the correct the member name when iterating panel_list

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 <juan.j.zhao@linux.intel.com>
src/shell.c