mirror of
https://github.com/torvalds/linux.git
synced 2026-05-19 04:14:05 +02:00
media: atomisp: gmin: Fix indentation to use TAB instead of spaces
Fix indentation to use TAB instead of spaces. Signed-off-by: Thomas Andreatta <thomasandreatta2000@gmail.com> Link: https://lore.kernel.org/r/20250426193033.483124-1-thomas.andreatta2000@gmail.com Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
330995bb78
commit
fecae1a423
|
|
@ -473,9 +473,9 @@ static int gmin_subdev_add(struct gmin_subdev *gs)
|
|||
|
||||
dev_info(dev, "%s: ACPI path is %pfw\n", __func__, dev_fwnode(dev));
|
||||
|
||||
/*WA:CHT requires XTAL clock as PLL is not stable.*/
|
||||
/* WA:CHT requires XTAL clock as PLL is not stable. */
|
||||
gs->clock_src = gmin_get_var_int(dev, false, "ClkSrc",
|
||||
VLV2_CLK_PLL_19P2MHZ);
|
||||
VLV2_CLK_PLL_19P2MHZ);
|
||||
|
||||
/*
|
||||
* Get ACPI _PR0 derived clock here already because it is used
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user