OSDN Git Service

OMAPDSS: HDMI: Remove __exit macro from hdmi_uninit_display
authorRicardo Neri <ricardo.neri@ti.com>
Wed, 7 Nov 2012 03:37:14 +0000 (21:37 -0600)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Wed, 7 Nov 2012 07:19:54 +0000 (09:19 +0200)
commit3758476501ce6381435f60c03ae31268097e2e91
tree84859409308b9f611652031029ee8405808477e4
parent5b30b7fb4dc3d63075090b148a43ad72b797cf87
OMAPDSS: HDMI: Remove __exit macro from hdmi_uninit_display

This function is now used in the driver init path to handle
probe errors properly. Thus, it may be possible to use this function
outside the exit path.

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Reported-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
Signed-off-by: Ricardo Neri <ricardo.neri@ti.com>
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/omap2/dss/hdmi.c