Shawn Guo wrote:
There are some amount of code duplication between mpc8610_hpcd and p1022_ds machine drivers, and the same code will be duplicated again when another new machine driver is added. The patch creates fsl_utils to accommodate the common functions to stop the code duplication.
Signed-off-by: Shawn Guo shawn.guo@linaro.org
What repository is this for? When I apply it to Mark's for-next branch, I get this:
Applying: ASoC: fsl: create fsl_utils to accommodate the common functions error: patch failed: sound/soc/fsl/Kconfig:1 error: sound/soc/fsl/Kconfig: patch does not apply error: patch failed: sound/soc/fsl/Makefile:8 error: sound/soc/fsl/Makefile: patch does not apply Patch failed at 0004 ASoC: fsl: create fsl_utils to accommodate the common functions When you have resolved this problem run "git am --resolved". If you would prefer to skip this patch, instead run "git am --skip". To restore the original branch and stop patching run "git am --abort".