
23 Mar
2022
23 Mar
'22
7:53 p.m.
Hi Andrew,
On Wed, 23 Mar 2022 at 12:06, Andrew Scull ascull@google.com wrote:
+static int sandbox_sdl_remove_display(void)
Forgot the inline :/ should I resend or can it be added when applying?
Best to resend I think. With that you can add:
Reviewed-by: Simon Glass sjg@chromium.org
+{
return -ENODEV;
+}
static inline int sandbox_sdl_sync(void *lcd_base) { return -ENODEV;
Regards, Simon