video: Correct docs for video_index_to_colour()
authorSimon Glass <sjg@chromium.org>
Thu, 1 Jun 2023 16:22:44 +0000 (10:22 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 14 Jul 2023 16:54:51 +0000 (12:54 -0400)
commit7ea207db2afc1ef70d8dc88fd2914b3ffcfbb1c7
tree2f9488927b901a5345e2332a96c2a2158c300811
parentc98cb512521e5e035774c49ab9a855cbb6b13813
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")
include/video.h