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

Commit be9a5c7d authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (5920): ivtv: fix incorrect fw size report.

parent 5a338c38
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,8 +72,8 @@ static int load_fw_direct(const char *fn, volatile u8 __iomem *mem, struct ivtv
			dst++;
			src++;
		}
		release_firmware(fw);
		IVTV_INFO("Loaded %s firmware (%zd bytes)\n", fn, fw->size);
		release_firmware(fw);
		return size;
	}
	IVTV_ERR("Unable to open firmware %s (must be %ld bytes)\n", fn, size);