linux-m68k.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH 2/2] m68k: let clk_enable() return immediately if clk is NULL
       [not found] <1609079753-4038536-1-git-send-email-bodefang@126.com>
@ 2020-12-27 15:47 ` Andreas Schwab
  0 siblings, 0 replies; only message in thread
From: Andreas Schwab @ 2020-12-27 15:47 UTC (permalink / raw)
  To: Defang Bo; +Cc: gerg, geert, linux-m68k, linux-kernel

On Dez 27 2020, Defang Bo wrote:

> diff --git a/arch/m68k/coldfire/clk.c b/arch/m68k/coldfire/clk.c
> index 7bc666e..cf1ed97 100644
> --- a/arch/m68k/coldfire/clk.c
> +++ b/arch/m68k/coldfire/clk.c
> @@ -90,6 +90,9 @@ EXPORT_SYMBOL(clk_get);
>  int clk_enable(struct clk *clk)
>  {
>  	unsigned long flags;
> +	if (!clk)
> +		return;

That fails to return a value.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-12-27 15:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1609079753-4038536-1-git-send-email-bodefang@126.com>
2020-12-27 15:47 ` [PATCH 2/2] m68k: let clk_enable() return immediately if clk is NULL Andreas Schwab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).