[PATCH] staging: media: atomisp: fixed spaces to tabs

From: Thomas Andreatta
Date: Sat Apr 26 2025 - 15:30:57 EST


Removed spaces and substituted them with tabs.

Signed-off-by: Thomas Andreatta <thomas.andreatta2000@xxxxxxxxx>
---
drivers/staging/media/atomisp/pci/atomisp_gmin_platform.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/media/atomisp/pci/atomisp_gmin_platform.c b/drivers/staging/media/atomisp/pci/atomisp_gmin_platform.c
index e176483df301..0d5e35845ed7 100644
--- a/drivers/staging/media/atomisp/pci/atomisp_gmin_platform.c
+++ b/drivers/staging/media/atomisp/pci/atomisp_gmin_platform.c
@@ -518,7 +518,7 @@ static int gmin_subdev_add(struct gmin_subdev *gs)

/*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
--
2.34.1