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:
Beatriz Martins de Carvalho 2021-04-01 17:07:39 +02:00 committed by Mauro Carvalho Chehab
parent dccfe25487
commit 0a3c89f1dc

View File

@ -965,7 +965,7 @@ iss_register_subdev_group(struct iss_device *iss,
} }
subdev = v4l2_i2c_new_subdev_board(&iss->v4l2_dev, adapter, subdev = v4l2_i2c_new_subdev_board(&iss->v4l2_dev, adapter,
board_info->board_info, NULL); board_info->board_info, NULL);
if (!subdev) { if (!subdev) {
dev_err(iss->dev, "Unable to register subdev %s\n", dev_err(iss->dev, "Unable to register subdev %s\n",
board_info->board_info->type); board_info->board_info->type);