media: ov01a10: Fix indentation

Fix indentation in ov01a10_get_pm_resources().

Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
This commit is contained in:
Sakari Ailus 2026-01-12 22:45:56 +02:00 committed by Hans Verkuil
parent 2eeefb22f9
commit 90002a0ba2

View File

@ -846,7 +846,7 @@ static int ov01a10_get_pm_resources(struct ov01a10 *ov01a10)
"getting reset gpio\n");
ov01a10->powerdown = devm_gpiod_get_optional(ov01a10->dev, "powerdown",
GPIOD_OUT_HIGH);
GPIOD_OUT_HIGH);
if (IS_ERR(ov01a10->powerdown))
return dev_err_probe(ov01a10->dev, PTR_ERR(ov01a10->powerdown),
"getting powerdown gpio\n");