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:
7dad6b2
)
bnx2fc: check IS_ERR() instead of NULL
author
Dan Carpenter
<dan.carpenter@oracle.com>
Tue, 4 Nov 2014 10:37:17 +0000
(13:37 +0300)
committer
Christoph Hellwig
<hch@lst.de>
Wed, 12 Nov 2014 11:05:25 +0000
(12:05 +0100)
The bnx2fc_if_create() function returns NULL on failure, it never
returns an error pointer.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Acked-by: Chad Dupuis <chad.dupuis@qlogic.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
No differences found