commit | 154e67cd8e8f964809d0e75e44bb121b169c75b3 | [log] [tgz] |
---|---|---|
author | Stafford Horne <shorne@gmail.com> | Mon Mar 13 07:44:45 2017 +0900 |
committer | Stafford Horne <shorne@gmail.com> | Thu Mar 16 00:12:56 2017 +0900 |
tree | 0139425db7a3ddf63990d2b727f1cec9753faeac | |
parent | 8af42949d1681379c1a97d230de9242c1f4f326a [diff] |
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>