From ad4eaef7bacb034b92273806bbca2e525fb94deb Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Thu, 4 Jun 2015 14:44:49 +0300 Subject: [PATCH] OMAPDSS: simplify submodule reg/unreg code Now that we are using components in omapdss, there's no need for separate handling of dss and dispc driver init. Thus we can move the dss and dispc init and unit func pointers to the lists we use for the other dss submodules. We can now also handle errors returned by the registration functions properly: if registering a driver fails, we can stop processing and return the error. Signed-off-by: Tomi Valkeinen Acked-by: Laurent Pinchart --- Reading git-format-patch failed