media: atmel: atmel-isc-base: add id to clock debug message
authorEugen Hristev <eugen.hristev@microchip.com>
Tue, 13 Apr 2021 10:57:05 +0000 (12:57 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 8 Jun 2021 10:53:06 +0000 (12:53 +0200)
Add the clock id to the debug message regarding clock setup

Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/platform/atmel/atmel-isc-base.c

index 6c709f6a408cfd9e977ce699d00baad9bb3a616a..f9190fccb4827091eedd279727e2b2eaf2107348 100644 (file)
@@ -281,8 +281,8 @@ static int isc_clk_enable(struct clk_hw *hw)
        unsigned long flags;
        unsigned int status;
 
-       dev_dbg(isc_clk->dev, "ISC CLK: %s, div = %d, parent id = %d\n",
-               __func__, isc_clk->div, isc_clk->parent_id);
+       dev_dbg(isc_clk->dev, "ISC CLK: %s, id = %d, div = %d, parent id = %d\n",
+               __func__, id, isc_clk->div, isc_clk->parent_id);
 
        spin_lock_irqsave(&isc_clk->lock, flags);
        regmap_update_bits(regmap, ISC_CLKCFG,