From: Fabio Estevam Date: Mon, 2 Sep 2013 20:56:18 +0000 (-0300) Subject: ASoC: mxs: mxs-sgtl5000: Simplify probe function X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~14^2^2~24^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38f2b8cbfb1ef517af8af5a63bdff073b7b078fd;p=pandora-kernel.git ASoC: mxs: mxs-sgtl5000: Simplify probe function mxs is a device tree only platform, which allows us to simplify a bit mxs_sgtl5000_probe(), because there is no need to check whether device tree is supported or not. Remove mxs_sgtl5000_probe_dt() and place its content inside mxs_sgtl5000_probe() for making the code simpler. Signed-off-by: Fabio Estevam Signed-off-by: Mark Brown --- Reading git-diff-tree failed