On 3/15/21 3:46 AM, Srinivas Neeli wrote:
> "%p" is not printing the pointer value.
> In driver, printing pointer value is not useful so avoiding print.
> 
> Signed-off-by: Srinivas Neeli <[email protected]>

Reviewed-by: Guenter Roeck <[email protected]>

> ---
>  drivers/watchdog/of_xilinx_wdt.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/watchdog/of_xilinx_wdt.c 
> b/drivers/watchdog/of_xilinx_wdt.c
> index ad35c93b7684..df84734eba68 100644
> --- a/drivers/watchdog/of_xilinx_wdt.c
> +++ b/drivers/watchdog/of_xilinx_wdt.c
> @@ -578,8 +578,8 @@ static int xwdt_probe(struct platform_device *pdev)
>  
>       clk_disable(xdev->clk);
>  
> -     dev_info(dev, "Xilinx Watchdog Timer at %p with timeout %ds\n",
> -              xdev->base, xilinx_wdt_wdd->timeout);
> +     dev_info(dev, "Xilinx Watchdog Timer with timeout %ds\n",
> +              xilinx_wdt_wdd->timeout);
>  
>       platform_set_drvdata(pdev, xdev);
>  
> 

Reply via email to