Message ID | 20250426193033.483124-1-thomas.andreatta2000@gmail.com |
---|---|
State | New |
Headers | show |
Series | staging: media: atomisp: fixed spaces to tabs | expand |
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
Removed spaces and substituted them with tabs. Signed-off-by: Thomas Andreatta <thomas.andreatta2000@gmail.com> --- drivers/staging/media/atomisp/pci/atomisp_gmin_platform.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)