drm/sysfs: Remove stale comments about calling drm_sysfs_connector_add() multiple...
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 4 Nov 2013 19:18:46 +0000 (21:18 +0200)
committerDave Airlie <airlied@redhat.com>
Wed, 6 Nov 2013 03:41:37 +0000 (13:41 +1000)
commitab13096122903ed9f1b2028674256774b0ce6b59
treef5619db786127e22375f270fa7af800b406ae851
parent721529b5780dd40d2d27310c69ae2615a878221c
drm/sysfs: Remove stale comments about calling drm_sysfs_connector_add() multiple times

drm_connector_sysfs_add() explicitly checks if connector->kdev
is already populated and returns success. So it clearly now allows
being called multiple times. Remove some stale comments to the contrary.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_sysfs.c