19 Sep
2012
19 Sep
'12
4:53 a.m.
On Tue, Sep 18, 2012 at 04:38:30PM +0800, Richard Zhao wrote:
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'
Applied, though it doesn't seem like the best fix to remove an error check even if it should be redundant.