[PATCH v2] drm/fb-helper: Propagate errors from initial config failure

2014-12-19 Thread Christian König
Am 19.12.2014 um 11:21 schrieb Thierry Reding: > From: Thierry Reding > > Make drm_fb_helper_initial_config() return an int rather than a bool so > that the error can be properly propagated. While at it, update drivers > to propagate errors further rather than just ignore them. > > v2: > - cirrus:

[PATCH v2] drm/fb-helper: Propagate errors from initial config failure

2014-12-19 Thread Thierry Reding
From: Thierry Reding Make drm_fb_helper_initial_config() return an int rather than a bool so that the error can be properly propagated. While at it, update drivers to propagate errors further rather than just ignore them. v2: - cirrus: No cleanup is required, the top-level cirrus_driver_load()