mirror of https://github.com/torvalds/linux.git
The clean up is off by one so this will start at "i" and it should start
with "i - 1" and then it doesn't unregister the zeroeth elements in the
array.
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| cdev.c | ||
| device.c | ||
| dma.c | ||
| idxd.h | ||
| init.c | ||
| irq.c | ||
| registers.h | ||
| submit.c | ||
| sysfs.c | ||