From: Bernie Thompson Date: Mon, 6 Sep 2010 01:28:29 +0000 (-0700) Subject: staging: udlfb: fix incorrect fb_defio implementation for multiple framebuffers X-Git-Tag: v2.6.37-rc1~60^2~3^2~665 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bea1fbf942363e4114a086aefc67cdca21be7f0;p=pandora-kernel.git staging: udlfb: fix incorrect fb_defio implementation for multiple framebuffers Fix fb_defio bug in udlfb for multiple framebuffers Previously when using fb_defio with multiple DisplayLink attached displays udlfb incorrectly used a shared datastructure where it needed to have one per fb_info struct. This was completely broken and caused all kinds of problems, including rendering to one framebuffer affecting others. Signed-off-by: Bernie Thompson Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed