drm/kms: fix fb_changed = true else statement
authorDave Airlie <airlied@redhat.com>
Thu, 11 Feb 2010 04:28:58 +0000 (14:28 +1000)
committerDave Airlie <airlied@redhat.com>
Thu, 11 Feb 2010 04:28:58 +0000 (14:28 +1000)
commit8dff4742a6a718e71d15a9b7a8d3d2255bfbc91a
tree105e123278d778a5ef07307c03e8329378f691e6
parent3b40a4434f4d65321332dec590a079d7a75077d8
drm/kms: fix fb_changed = true else statement

a patch from Roel was wrong, fix this properly, really
if the fb ptrs are different fb changed shuold be true.

Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_crtc_helper.c