From: Andres Salomon Date: Fri, 11 Feb 2011 01:48:38 +0000 (-0800) Subject: staging: olpc_dcon: move fb stuff info dcon_priv, and clean up fb handling X-Git-Tag: v2.6.39-rc1~469^2~582 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45bfe97276856b866dd73fdadb65fb928c0c9bc1;p=pandora-kernel.git staging: olpc_dcon: move fb stuff info dcon_priv, and clean up fb handling - move fbinfo and ignore_fb_events into dcon_priv - add calls to {un,}lock_fb_info before calling fb_blank - fail to load the driver if there are no registered framebuffers That last one fixes a potential oops, where if the dcon driver loads without a framebuffer registered, fb_blank will end up being passed a NULL (and will attempt to dereference it). Signed-off-by: Andres Salomon Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed