Hi
Am 26.04.23 um 16:49 schrieb Geert Uytterhoeven:
Hi Thomas,
On Tue, Apr 25, 2023 at 4:28 PM Thomas Zimmermann wrote:
The file-op entry points fb_read() and fb_write() verify that
info->state has been set to FBINFO_STATE_RUNNING. Remove the same
test from the implementations of struct fb_op
Hi Thomas,
On Tue, Apr 25, 2023 at 4:28 PM Thomas Zimmermann wrote:
> The file-op entry points fb_read() and fb_write() verify that
> info->state has been set to FBINFO_STATE_RUNNING. Remove the same
> test from the implementations of struct fb_ops.{fb_read,fb_write}.
>
> Signed-off-by: Thomas Zi
Thomas Zimmermann writes:
> The file-op entry points fb_read() and fb_write() verify that
> info->state has been set to FBINFO_STATE_RUNNING. Remove the same
> test from the implementations of struct fb_ops.{fb_read,fb_write}.
>
> Signed-off-by: Thomas Zimmermann
> ---
Reviewed-by: Javier Marti