forked from luck/tmp_suning_uos_patched
V4L/DVB (8844): dabusb_fpga_download(): fix a memory leak
This patch fixes a memory leak in an error path. Reported-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
877b5f4eda
commit
5d8538c1c6
@ -403,6 +403,7 @@ static int dabusb_fpga_download (pdabusb_t s, const char *fname)
|
||||
ret = request_firmware(&fw, "dabusb/bitstream.bin", &s->usbdev->dev);
|
||||
if (ret) {
|
||||
err("Failed to load \"dabusb/bitstream.bin\": %d\n", ret);
|
||||
kfree(b);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user