Displaying 1 result from an estimated 1 matches for "alobakin".
Did you mean:
lobakin
2020 Mar 11
0
[PATCH] virtio: virtio_console: add missing MODULE_DEVICE_TABLE() for rproc serial
..._DEVICE_TABLE() annotation and move the existing
> one for VIRTIO_ID_CONSOLE right to the table itself.
>
> Fixes: 1b6370463e88 ("virtio_console: Add support for remoteproc
> serial")
> Cc: <stable at vger.kernel.org> # v3.8+
> Signed-off-by: Alexander Lobakin <alobakin at dlink.ru>
Reviewed-by: Amit Shah <amit at kernel.org>
Thanks,
> ---
> drivers/char/virtio_console.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/drivers/char/virtio_console.c
> b/drivers/char/virtio_console.c
> index 4df9b40d6342.....