On Sat, Mar 15, 2014 at 12:15:49PM +0100, Daniel Vetter wrote:
Since the last time I've looked more of this stuff sprouted up. Stomp it down again.
Repeating the original justification for ripping this all out: There's absolutely no need to deteach connectors before cleaning them up at driver unload time. And since drm doesn't support hotplugging kms objects at all it's positively dangerous to attempt this at runtime. Luckily imx only detachs at driver cleanup time and hence we can savely remove this.
Reported-by: kbuild test robot fengguang.wu@intel.com Cc: Sascha Hauer s.hauer@pengutronix.de Cc: Russell King rmk+kernel@arm.linux.org.uk Cc: Greg Kroah-Hartman gregkh@linuxfoundation.org Signed-off-by: Daniel Vetter daniel.vetter@ffwll.ch
drivers/staging/imx-drm/imx-hdmi.c | 1 - drivers/staging/imx-drm/imx-tve.c | 2 -- 2 files changed, 3 deletions(-)
Acked-by: Greg Kroah-Hartman gregkh@linuxfoundation.org