mirror of https://github.com/torvalds/linux.git
Fix missing kmem_cache_destroy() for ioat_sed_cache in
ioat_exit_module().
Noticed via:
```
modprobe ioatdma
rmmod ioatdma
modprobe ioatdma
debugfs: Directory 'ioat_sed_ent' with parent 'slab' already present!
```
Fixes:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| dca.c | ||
| dma.c | ||
| dma.h | ||
| hw.h | ||
| init.c | ||
| prep.c | ||
| registers.h | ||
| sysfs.c | ||