commit | 884a1df1e83db516687d12ba9396307d10329a84 | [log] [tgz] |
---|---|---|
author | Paul Burton <paul.burton@imgtec.com> | Fri Sep 15 11:33:53 2017 -0700 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Tue Nov 28 21:59:30 2017 +0100 |
tree | 099758fa451ffbcb398033bc83dd2256b34ead8d | |
parent | 2c0f815a9034bcab466fb1b3b1e4c284fda5632d [diff] |
boston: Drop unused return value The boston lowlevel_init() function zeroes the return register v0, despite the function not being expected to return a value & that value never being used. Remove the redundant assignment to v0. Signed-off-by: Paul Burton <paul.burton@imgtec.com> Cc: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>