From: Damien Lespiau Date: Wed, 28 May 2014 11:30:56 +0000 (+0100) Subject: drm/i915: Make intel_dsi_init() return void X-Git-Tag: omap-for-v3.17/fixes-against-rc2~125^2~63^2~80 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4328633d6553558471c260137019c245c2e9d7c6;p=pandora-kernel.git drm/i915: Make intel_dsi_init() return void Functions that can't fail are such a bliss to work with, it'd be shame to miss the occasion. The "failure" mode is the DSI connector not being created, the rest of the initialization can carry on happily. We weren't even checking that value anyway. Suggested-by: Ville Syrjälä Suggested-by: Shobhit Kumar Cc: Ville Syrjälä Cc: Shobhit Kumar Signed-off-by: Damien Lespiau [danvet: Also convert the missed return statement due to other patches merged meanwhile.] [danvet2: Squash in fixup from Damien to remove empty return; at the end of intel_dsi_init.] Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed