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:
2a52feb
)
ALSA: hda: Delete an unnecessary check before the function call "kobject_put"
author
Markus Elfring
<elfring@users.sourceforge.net>
Wed, 8 Jul 2015 19:26:02 +0000
(21:26 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 9 Jul 2015 12:20:27 +0000
(14:20 +0200)
The kobject_put() function tests whether its argument is NULL and then
returns immediately. Thus the test around the call is not needed.
This issue was detected by using the Coccinelle software.
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
No differences found