mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +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:
|
||
|---|---|---|
| .. | ||
| am437x | ||
| cal | ||
| davinci | ||
| j721e-csi2rx | ||
| omap | ||
| omap3isp | ||
| vpe | ||
| Kconfig | ||
| Makefile | ||