commit | 42bc0c9716c456a9686fcd4ee5cf115b992b9952 | [log] [tgz] |
---|---|---|
author | Simon Graham <simon.graham@virtualcomputer.com> | Wed Feb 08 12:34:23 2012 -0500 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Feb 08 16:07:24 2012 -0500 |
tree | 167e14204cbc3de6857684f79fe8d21a336ddefb | |
parent | 5ad20dd1480dc557afcec19ac7fae5581264dd59 [diff] |
rtlwifi: Return correct failure code on error Callers of rtl_pci_init expect zero to be returned on error. Returning the error code leads to, amongst other things, divide by zero panics attempting to use the ring size that is set to zero. Signed-off-by: Simon Graham <simon.graham@virtualcomputer.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>