Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
wusb: fix error return code in wusb_prf()
Fix to return error code -ENOMEM from the kmalloc() error handling case instead of 0, as done elsewhere in this function. Fixes: a19b882 ("wusb: Stop using the stack for sg crypto scratch space") Signed-off-by: Wei Yongjun <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
- Loading branch information