drm: fix useless gcc unused variable warning
authorDave Airlie <airlied@redhat.com>
Thu, 18 Dec 2008 06:59:02 +0000 (16:59 +1000)
committerDave Airlie <airlied@linux.ie>
Mon, 29 Dec 2008 07:47:24 +0000 (17:47 +1000)
commitf890607b1e93dc6fdc2a42b60656c917adf6257f
tree26decb583db33e0f7257e4b123ecdeb5026484a9
parentbdf539ad61a8d4d0f0b0865c030a8ecb1ec2a398
drm: fix useless gcc unused variable warning

the calling function doesn't call this function unless one of the two
states that sets the value is true.

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