From: Ryan Mallon Date: Fri, 27 Jan 2012 06:28:24 +0000 (+1100) Subject: gma500: Fix suspend/resume functions X-Git-Tag: v3.3-rc2~20^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d8357e66df9f7593cbe23b224b4ed06aff90e73;p=pandora-kernel.git 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 Acked-by: Alan Cox Signed-off-by: Dave Airlie --- Reading git-diff-tree failed