mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-05 01:54:09 +08:00
media: staging: media: omap4iss: align arguments with open parenthesis
Cleans up checks of "Alignment should match open parenthesis" in iss.c:96. Signed-off-by: Beatriz Martins de Carvalho <martinsdecarvalhobeatriz@gmail.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
dccfe25487
commit
0a3c89f1dc
@ -965,7 +965,7 @@ iss_register_subdev_group(struct iss_device *iss,
|
||||
}
|
||||
|
||||
subdev = v4l2_i2c_new_subdev_board(&iss->v4l2_dev, adapter,
|
||||
board_info->board_info, NULL);
|
||||
board_info->board_info, NULL);
|
||||
if (!subdev) {
|
||||
dev_err(iss->dev, "Unable to register subdev %s\n",
|
||||
board_info->board_info->type);
|
||||
|
Loading…
Reference in New Issue
Block a user