commit | e85e5010164539745f7864a0a52af2b1281e1f4f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jun 01 10:22:44 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Jul 14 12:54:51 2023 -0400 |
tree | 2f9488927b901a5345e2332a96c2a2158c300811 | |
parent | fe4c1e23a7fe89e8e1ca68c63165ac9bcc5ddfac [diff] |
video: Correct docs for video_index_to_colour() This uses the private data of the video uclass, not the console uclass (its child). Update the comment to avoid confusion. Signed-off-by: Simon Glass <sjg@chromium.org> Fixes: a032e4b55ea ("video: Move console colours to the video uclass")