mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 17:43:52 +02:00
The v4l2_device is registered during probe but was not being unregistered
during remove. Add the missing v4l2_device_unregister() call to properly
clean up resources.
Fixes:
|
||
|---|---|---|
| .. | ||
| csc.c | ||
| csc.h | ||
| Makefile | ||
| sc_coeff.h | ||
| sc.c | ||
| sc.h | ||
| vip.c | ||
| vip.h | ||
| vpdma_priv.h | ||
| vpdma.c | ||
| vpdma.h | ||
| vpe_regs.h | ||
| vpe.c | ||