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:
f367cc1
)
[media] stk1160: remove unneeded check
author
Dan Carpenter
<dan.carpenter@oracle.com>
Tue, 14 Aug 2012 06:03:35 +0000
(
03:03
-0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Wed, 15 Aug 2012 21:53:29 +0000
(18:53 -0300)
"card" is a valid pointer here because we checked snd_card_create() for
error returns. Checking after a dereference makes the static checkers
complain.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Ezequiel Garcia <elezegarcia@gmail.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
No differences found