commit | 514ae84d26b8ac183ae03e97877882feeb20c361 | [log] [tgz] |
---|---|---|
author | Julius Werner <jwerner@chromium.org> | Mon Dec 03 17:01:30 2018 -0800 |
committer | Julius Werner <jwerner@chromium.org> | Thu Dec 06 16:10:36 2018 -0800 |
tree | 586f6b4870e269ae21d0a694102fc9d66a0b3b3d | |
parent | 1338c9c850c5c6feb99573bb8b74a5add02511ba [diff] |
console: Fix console_unregister() signature console_unregister() has always returned a pointer to the console that was removed on success, not just an integer. Fix the C prototype to match the assembly implementation. Change-Id: Iafc43de0767a5c87c9ae5c3aba53761dd28d51e6 Signed-off-by: Julius Werner <jwerner@chromium.org>