On 24. 07. 20, 9:58, Greg KH wrote:
On Fri, Jul 24, 2020 at 08:27:35AM +0200, Jiri Slaby wrote:
Since commit 28bc24fc46f9 (vc: separate state), vc->vc_color is known as vc->state.color. Somehow both me and 0-day bot missed this driver during the conversion.
So fix the driver now.
Signed-off-by: Jiri Slaby jslaby@suse.cz Cc: Bartlomiej Zolnierkiewicz b.zolnierkie@samsung.com Cc: dri-devel@lists.freedesktop.org Cc: linux-fbdev@vger.kernel.org Cc: linux-mips@vger.kernel.org
drivers/video/console/newport_con.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
You forgot the "Reported-by:" line :(
Ah, I didn't know/notice. Will do next time. Thanks.