commit | 989b8376f33721f7206dd058330da05972a71384 | [log] [tgz] |
---|---|---|
author | John Linville <linville@tuxdriver.com> | Mon Oct 19 11:15:00 2015 -0400 |
committer | Kalle Valo <kvalo@codeaurora.org> | Wed Oct 28 20:55:47 2015 +0200 |
tree | b45e7e2848c75cb4978546d82ea0113789065313 | |
parent | dae0412d0caa4948da07fe4ad91352b5b61a70ec [diff] |
orinoco_usb: return error in ezusb_probe when alloc_orinocodev fails The current code exits after alloc_orinocodev, but fails to change the return value to something that indicates the failure. This patch changes the return value to -ENOMEM. https://bugzilla.kernel.org/show_bug.cgi?id=106181 Signed-off-by: John W. Linville <linville@tuxdriver.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>