Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 33133ea7 authored by Kamil Debski's avatar Kamil Debski Committed by Mauro Carvalho Chehab
Browse files

[media] s5p-mfc: Fix a watchdog bug



Fixed wrong condition in firmware reload function used by the watchdog.

Signed-off-by: default avatarKamil Debski <k.debski@samsung.com>
Signed-off-by: default avatarKyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: default avatarSylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent ba1066d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -130,7 +130,7 @@ int s5p_mfc_reload_firmware(struct s5p_mfc_dev *dev)
		release_firmware(fw_blob);
		release_firmware(fw_blob);
		return -ENOMEM;
		return -ENOMEM;
	}
	}
	if (dev->fw_virt_addr) {
	if (!dev->fw_virt_addr) {
		mfc_err("MFC firmware is not allocated\n");
		mfc_err("MFC firmware is not allocated\n");
		release_firmware(fw_blob);
		release_firmware(fw_blob);
		return -EINVAL;
		return -EINVAL;