commit | 2d8357e66df9f7593cbe23b224b4ed06aff90e73 | [log] [tgz] |
---|---|---|
author | Ryan Mallon <rmallon@gmail.com> | Fri Jan 27 17:28:24 2012 +1100 |
committer | Dave Airlie <airlied@redhat.com> | Fri Jan 27 11:52:07 2012 +0000 |
tree | 109fcb2cb068ed1fb46994db6e18b9e19899d11c | |
parent | 24a7eb7954bc22a1d514155d56a3c4cd5e9a6faa [diff] |
gma500: Fix suspend/resume functions Both the suspend and resume functions incorrectly set psbfb = to_psb_fb(NULL) outside of the loop over all of the framebuffers. Fix this by moving the assignment of psbfb inside the loop and removing the initialisation of fb. Signed-off-by: Ryan Mallon <rmallon@gmail.com> Acked-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Dave Airlie <airlied@redhat.com>