commit | f3a50c95e275c2e553e2a6dcc646eef3daf98a3e | [log] [tgz] |
---|---|---|
author | Richard Zhao <richard.zhao@freescale.com> | Tue Sep 18 16:38:30 2012 +0800 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Tue Sep 18 22:53:15 2012 -0400 |
tree | 02c205f070762ee363ac856409a8f623c7c5ecb0 | |
parent | f31e08e160d646952a5142e3f92f3fcdc645a09b [diff] |
ASoC: imx-audmux: remove null check of audmux_base in audmux_read_file When audmux_read_file is called, it means the driver is already initialised successfully, so we don't need to check audmux_base. It also fix smatch warning: sound/soc/fsl/imx-audmux.c:78 audmux_read_file() warn: possible memory leak of 'buf' Signed-off-by: Richard Zhao <richard.zhao@freescale.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>