commit | 09318c47b6121c8d18cee50ca7e270a8b7dfd274 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <error27@gmail.com> | Mon Apr 06 03:50:46 2009 +0200 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Mon Apr 06 10:53:37 2009 +0100 |
tree | c63f57d625b19c869765fa6ba949d6b3821dbc7b | |
parent | 103f211d0be2bed75b5739de62a10415ef0bbc25 [diff] |
ASoC: Fix null dereference in ak4535_remove() ak4535_remove() from sound/soc/codecs/ak4535.c calls i2c_unregister_device() with a possibly null pointer. This bug was found by smatch (http://repo.or.cz/w/smatch.git/). Signed-off-by: Dan Carpenter <error27@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>