mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-12 17:29:04 +08: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:
committed by
Mauro Carvalho Chehab
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
|
||||
|
||||
Reference in New Issue
Block a user