commit | 2043e1fd09c1896bb03a6e25b64baa84a30879c9 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Tue Nov 04 13:37:59 2014 +0300 |
committer | Christoph Hellwig <hch@lst.de> | Wed Nov 12 12:05:25 2014 +0100 |
tree | dd002751bf8eede06c771f4fe32bb560d0d5dedc | |
parent | b6829c72dff7359039718d2a465133691c9bb5b4 [diff] |
bnx2fc: fix an error code in _bnx2fc_create() We should be returning an error code here instead of success. Either -ENODEV or -ENOMEM would work. There is also a failure message in printk(). 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>