media: staging/media/atomisp/pci/atomisp: Fix typo in string
Remove the repeated ',' from string Link: https://lore.kernel.org/linux-media/20220704022807.3215-1-zeming@nfschina.com Signed-off-by: Li zeming <zeming@nfschina.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
71074d3783
commit
f064f018a8
@@ -6490,7 +6490,7 @@ int atomisp_set_raw_buffer_bitmap(struct atomisp_sub_device *asd, int exp_id)
|
||||
ret = atomisp_css_exp_id_unlock(asd, exp_id);
|
||||
if (ret) {
|
||||
dev_err(asd->isp->dev,
|
||||
"%s exp_id is wrapping back to %d but force unlock failed,, err %d.\n",
|
||||
"%s exp_id is wrapping back to %d but force unlock failed, err %d.\n",
|
||||
__func__, exp_id, ret);
|
||||
return ret;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user