search for: 1b6370463e88

Displaying 1 result from an estimated 1 matches for "1b6370463e88".

2020 Mar 11
0
[PATCH] virtio: virtio_console: add missing MODULE_DEVICE_TABLE() for rproc serial
...to module devicetable, so > when remoteproc firmware requests VIRTIO_ID_RPROC_SERIAL, no uevent > is generated and no module autoloading occurs. > Add missing MODULE_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 ++...