commit | 7ea207db2afc1ef70d8dc88fd2914b3ffcfbb1c7 | [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 | c98cb512521e5e035774c49ab9a855cbb6b13813 [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")