mirror of
https://github.com/torvalds/linux.git
synced 2024-12-19 09:32:32 +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
|
||
---|---|---|
.. | ||
Makefile | ||
mic_debugfs.c | ||
mic_device.c | ||
mic_device.h | ||
mic_virtio.c | ||
mic_virtio.h | ||
mic_x100.c | ||
mic_x100.h |