drm/kms: Fix &&/|| confusion in drm_fb_helper_connector_parse_command_line()
authorRoel Kluin <roel.kluin@gmail.com>
Thu, 31 Dec 2009 12:06:29 +0000 (13:06 +0100)
committerDave Airlie <airlied@redhat.com>
Thu, 7 Jan 2010 03:19:03 +0000 (13:19 +1000)
commite89a8c901ca94a47c0e0b2fb335623d810e37545
tree41f987ebe090a5f06a26346d3035258c91b4fbf6
parent8e10ee9a0da12c586d3397150e34a946507c23f3
drm/kms: Fix &&/|| confusion in drm_fb_helper_connector_parse_command_line()

This always evaluates to true.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_fb_helper.c