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:
f166400
)
qla3xxx: fix warning in drivers/net/qla3xxx.c
author
Ingo Molnar
<mingo@elte.hu>
Wed, 26 Nov 2008 00:49:07 +0000
(16:49 -0800)
committer
David S. Miller
<davem@davemloft.net>
Wed, 26 Nov 2008 00:49:07 +0000
(16:49 -0800)
this warning:
drivers/net/qla3xxx.c: In function ‘ql3xxx_probe’:
drivers/net/qla3xxx.c:3912: warning: ‘pci_using_dac’ may be used uninitialized in this function
triggers because GCC does not recognize the (correct) error flow
between 'pci_using_dac' and 'err'.
Annotate it.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/qla3xxx.c
patch
|
blob
|
history
diff --cc
drivers/net/qla3xxx.c
Simple merge