]> git.baikalelectronics.ru Git - kernel.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)
commita5db20b153f7d939725004b41613738b834f8e59
tree0139425db7a3ddf63990d2b727f1cec9753faeac
parent7b9d357b3a85f5c3c3b3d8f208d13ba27bd83df4
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