]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
openrisc: fix issue handling 8 byte get_user calls
authorStafford Horne <shorne@gmail.com>
Sun, 12 Mar 2017 22:44:45 +0000 (07:44 +0900)
committerStafford Horne <shorne@gmail.com>
Wed, 15 Mar 2017 15:12:56 +0000 (00:12 +0900)
commit154e67cd8e8f964809d0e75e44bb121b169c75b3
tree0139425db7a3ddf63990d2b727f1cec9753faeac
parent8af42949d1681379c1a97d230de9242c1f4f326a
openrisc: fix issue handling 8 byte get_user calls

Was getting the following error with allmodconfig:

  ERROR: "__get_user_bad" [lib/test_user_copy.ko] undefined!

This was simply a missing break statement, causing an unwanted fall
through.

Signed-off-by: Stafford Horne <shorne@gmail.com>
arch/openrisc/include/asm/uaccess.h