Skip to content
Unverified Commit 86ad5c97 authored by Dan Carpenter's avatar Dan Carpenter Committed by Palmer Dabbelt
Browse files

RISC-V: Logical vs Bitwise typo



In the current code, there is a ! logical NOT where a bitwise ~ NOT was
intended.  It means that we never return -EINVAL.

Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarPalmer Dabbelt <palmer@sifive.com>
parent 50c4c4e2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment