Commit ca80fbcd authored by Colin Ian King's avatar Colin Ian King Committed by Mauro Carvalho Chehab

[media] saa7164: "first image" should be "second image" in error message

The error message when the second image is not available is incorrect,
replace "first image" with "second image".

Fixes CoverityScan CID#1077508 ("Copy-paste error")
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent c099b73a
...@@ -305,7 +305,7 @@ int saa7164_downloadfirmware(struct saa7164_dev *dev) ...@@ -305,7 +305,7 @@ int saa7164_downloadfirmware(struct saa7164_dev *dev)
break; break;
} }
if (err_flags & SAA_DEVICE_NO_IMAGE) { if (err_flags & SAA_DEVICE_NO_IMAGE) {
printk(KERN_ERR "%s() no first image\n", printk(KERN_ERR "%s() no second image\n",
__func__); __func__);
break; break;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment