From ab13096122903ed9f1b2028674256774b0ce6b59 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ville=20Syrj=C3=A4l=C3=A4?= Date: Mon, 4 Nov 2013 21:18:46 +0200 Subject: [PATCH] drm/sysfs: Remove stale comments about calling drm_sysfs_connector_add() multiple times MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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ä Reviewed-by: Jani Nikula Signed-off-by: Dave Airlie --- Reading git-format-patch failed