commit | 555a6529532c0ac82d92f26d56e9becad72216db | [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 | 73a01d90c0b2ed2527283f289f73d69ef52cafa5 [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>