commit | 539494253547d078089cc15490e83f6e5f2e7213 | [log] [tgz] |
---|---|---|
author | Taylor Hutt <thutt@chromium.org> | Tue May 17 18:03:54 2011 -0700 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Wed May 18 09:33:27 2011 -0700 |
tree | a7403953e75a747ab85f896f93e9e5b464efe225 | |
parent | 34e268d87d60da7968d7300aae7d575be9d16ae7 [diff] |
ASoC: Max98095: Move existing NULL check before pointer dereference. Visual inspection shows that max98095_put_eq_enum() and max98095_put_bq_enum() each have a possible NULL deref of 'pdata'. This change moves the NULL check above the use. Signed-off-by: Taylor Hutt <thutt@chromium.org> Acked-by: Peter Hsiang <Peter.Hsiang@maxim-ic.com> Acked-by: Liam Girdwood <lrg@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>