From 90002a0ba29ebda54853f2113e769d651f509309 Mon Sep 17 00:00:00 2001 From: Sakari Ailus Date: Mon, 12 Jan 2026 22:45:56 +0200 Subject: [PATCH] media: ov01a10: Fix indentation Fix indentation in ov01a10_get_pm_resources(). Signed-off-by: Sakari Ailus Signed-off-by: Hans Verkuil --- drivers/media/i2c/ov01a10.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/i2c/ov01a10.c b/drivers/media/i2c/ov01a10.c index 10227ae6fe420..1aeba3df4cbfc 100644 --- a/drivers/media/i2c/ov01a10.c +++ b/drivers/media/i2c/ov01a10.c @@ -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"); -- 2.47.3