mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 19:41:54 +00:00
016c98c6fe
Replace duplicated code in all transports with a single wrapper in
virtio.c.
The only functional change is in virtio_mmio.c: if a buggy device sends
us an interrupt before driver is set, we previously returned IRQ_NONE,
now we return IRQ_HANDLED.
As this must not happen in practice, this does not look like a big deal.
See also commit
|
||
---|---|---|
.. | ||
bus | ||
card | ||
common | ||
host | ||
Kconfig | ||
Makefile |