mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02:00
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:
parent
eefcd6161b
commit
04c8d3037a
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user