From: Gu Zheng Date: Thu, 31 Oct 2013 10:33:01 +0000 (+0800) Subject: staging/olpc_docn: reorder the lock sequence to avoid potential dead lock X-Git-Tag: v3.14-rc1~150^2~775^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc0524b0986f994693f06a00c8de1c0469fd7086;p=pandora-kernel.git staging/olpc_docn: reorder the lock sequence to avoid potential dead lock The lock sequence of dcon_blank_fb(fb_info->lock ---> console_lock) is against with the one of console_callback(console_lock ---> fb_info->lock), it'll lead to a potential dead lock, so reorder the lock sequence of dcon_blank_fb to avoid the potential dead lock. Signed-off-by: Gu Zheng Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed