Commit cf44fc3
media: dvb-usb: dib0700_devices: Add missing release_firmware()
BugLink: https://bugs.launchpad.net/bugs/2077600
[ Upstream commit 4b267c2 ]
Add missing release_firmware on the error paths.
drivers/media/usb/dvb-usb/dib0700_devices.c:2415 stk9090m_frontend_attach() warn: 'state->frontend_firmware' from request_firmware() not released on lines: 2415.
drivers/media/usb/dvb-usb/dib0700_devices.c:2497 nim9090md_frontend_attach() warn: 'state->frontend_firmware' from request_firmware() not released on lines: 2489,2497.
Signed-off-by: Ricardo Ribalda <[email protected]>
Signed-off-by: Hans Verkuil <[email protected]>
Signed-off-by: Sasha Levin <[email protected]>
Signed-off-by: Portia Stephens <[email protected]>
Signed-off-by: Roxana Nicolescu <[email protected]>1 parent c05cca9 commit cf44fc3
1 file changed
+15
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2412 | 2412 | | |
2413 | 2413 | | |
2414 | 2414 | | |
2415 | | - | |
| 2415 | + | |
| 2416 | + | |
| 2417 | + | |
| 2418 | + | |
| 2419 | + | |
| 2420 | + | |
2416 | 2421 | | |
2417 | 2422 | | |
2418 | 2423 | | |
| |||
2485 | 2490 | | |
2486 | 2491 | | |
2487 | 2492 | | |
2488 | | - | |
| 2493 | + | |
| 2494 | + | |
2489 | 2495 | | |
| 2496 | + | |
2490 | 2497 | | |
2491 | 2498 | | |
2492 | 2499 | | |
2493 | 2500 | | |
2494 | 2501 | | |
2495 | 2502 | | |
2496 | 2503 | | |
2497 | | - | |
| 2504 | + | |
| 2505 | + | |
| 2506 | + | |
| 2507 | + | |
| 2508 | + | |
| 2509 | + | |
2498 | 2510 | | |
2499 | 2511 | | |
2500 | 2512 | | |
| |||
0 commit comments