Commit ca3e8eaa authored by Bradford Love's avatar Bradford Love Committed by Hans Verkuil
Browse files

media: saa7164: Fix REV2 firmware filename



The wrong firmware file is listed, leading to non functional devices
on REV2 models.

Signed-off-by: default avatarBradford Love <brad@nextdimension.cc>
Signed-off-by: default avatarHans Verkuil <hverkuil+cisco@kernel.org>
parent 57c3c67f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,8 +10,8 @@

#include "saa7164.h"

#define SAA7164_REV2_FIRMWARE		"NXP7164-2010-03-10.1.fw"
#define SAA7164_REV2_FIRMWARE_SIZE	4019072
#define SAA7164_REV2_FIRMWARE		"v4l-saa7164-1.0.2-3.fw"
#define SAA7164_REV2_FIRMWARE_SIZE	4038864

#define SAA7164_REV3_FIRMWARE		"NXP7164-2010-03-10.1.fw"
#define SAA7164_REV3_FIRMWARE_SIZE	4019072