git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
103f211
)
ASoC: Fix null dereference in ak4535_remove()
author
Dan Carpenter
<error27@gmail.com>
Mon, 6 Apr 2009 01:50:46 +0000
(
03:50
+0200)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Mon, 6 Apr 2009 09:53:37 +0000
(10:53 +0100)
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>
No differences found