media: i2c: thp7312: Convert comma to semicolon
Replace a comma between expression statements by a semicolon. Signed-off-by: Chen Ni <nichen@iscas.ac.cn> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
This commit is contained in:
@@ -1503,7 +1503,7 @@ static int __thp7312_flash_reg_read(struct thp7312_device *thp7312,
|
||||
|
||||
msgs[0].addr = client->addr;
|
||||
msgs[0].flags = 0;
|
||||
msgs[0].len = sizeof(thp7312_cmd_read_reg),
|
||||
msgs[0].len = sizeof(thp7312_cmd_read_reg);
|
||||
msgs[0].buf = (u8 *)thp7312_cmd_read_reg;
|
||||
|
||||
msgs[1].addr = client->addr;
|
||||
|
||||
Reference in New Issue
Block a user