[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: Colin Ian King <colin.king@canonical.com> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
parent
c099b73a29
commit
ca80fbcd4c
|
@ -305,7 +305,7 @@ int saa7164_downloadfirmware(struct saa7164_dev *dev)
|
|||
break;
|
||||
}
|
||||
if (err_flags & SAA_DEVICE_NO_IMAGE) {
|
||||
printk(KERN_ERR "%s() no first image\n",
|
||||
printk(KERN_ERR "%s() no second image\n",
|
||||
__func__);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue