mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-21 21:28:43 +00:00
When dvb_create_media_graph fails, the debugfs kept inside client should
be released. However, the current implementation does not release them.
Fix this by adding a new goto label to call smsdvb_debugfs_release.
Fixes:
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| sms-cards.c | ||
| sms-cards.h | ||
| smscoreapi.c | ||
| smscoreapi.h | ||
| smsdvb-debugfs.c | ||
| smsdvb-main.c | ||
| smsdvb.h | ||
| smsendian.c | ||
| smsendian.h | ||
| smsir.c | ||
| smsir.h | ||