mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 03:24:19 +02:00
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:
parent
2eeefb22f9
commit
90002a0ba2
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user