All of lore.kernel.org
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert@linux-m68k.org>
To: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: linux-clk <linux-clk@vger.kernel.org>,
	Stephen Boyd <sboyd@codeaurora.org>,
	Ralf Baechle <ralf@linux-mips.org>,
	Michael Turquette <mturquette@baylibre.com>,
	Linux MIPS Mailing List <linux-mips@linux-mips.org>,
	Haojian Zhuang <haojian.zhuang@gmail.com>,
	Eric Miao <eric.y.miao@gmail.com>,
	Florian Fainelli <f.fainelli@gmail.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"adi-buildroot-devel@lists.sourceforge.net"
	<adi-buildroot-devel@lists.sourceforge.net>,
	Greg Ungerer <gerg@linux-m68k.org>,
	linux-m68k <linux-m68k@lists.linux-m68k.org>,
	bcm-kernel-feedback-list@broadcom.com,
	Wan ZongShun <mcuos.com@gmail.com>,
	Steven Miao <realmz6@gmail.com>,
	Russell King
	<linux@armlinux.org.uk>"linux-arm-kernel@lists.infradead.org" <l>
Subject: Re: [PATCH v3] clk: let clk_disable() return immediately if clk is NULL
Date: Thu, 25 Aug 2016 09:52:47 +0200	[thread overview]
Message-ID: <CAMuHMdUC9d4KNPTDY51DCptmMFQ1F2jLmRDO9WLt=WZA09qRew__35528.5884849311$1472111612$gmane$org@mail.gmail.com> (raw)
In-Reply-To: <1472059613-30551-1-git-send-email-yamada.masahiro@socionext.com>

On Wed, Aug 24, 2016 at 7:26 PM, Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:
> Many of clk_disable() implementations just return for NULL pointer,
> but this check is missing from some.  Let's make it tree-wide
> consistent.  It will allow clock consumers to call clk_disable()
> without NULL pointer check.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> Acked-by: Greg Ungerer <gerg@uclinux.org>
> Acked-by: Wan Zongshun <mcuos.com@gmail.com>

Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

  reply	other threads:[~2016-08-25  7:52 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-24 17:26 [PATCH v3] clk: let clk_disable() return immediately if clk is NULL Masahiro Yamada
2016-08-24 17:26 ` Masahiro Yamada
2016-08-24 17:26 ` Masahiro Yamada
2016-08-25  7:52 ` Geert Uytterhoeven [this message]
2016-08-25  7:52 ` Geert Uytterhoeven
2016-08-25  7:52   ` Geert Uytterhoeven
2016-08-25  7:52   ` Geert Uytterhoeven
2016-08-25  7:52   ` Geert Uytterhoeven
2016-08-25 15:27 ` Florian Fainelli
2016-08-25 15:27   ` Florian Fainelli
2016-08-25 15:27   ` Florian Fainelli
2016-09-16  7:44   ` Masahiro Yamada
2016-09-16  7:44   ` Masahiro Yamada
2016-09-16  7:44     ` Masahiro Yamada
2016-09-16  7:44     ` Masahiro Yamada
2016-09-16  7:44     ` Masahiro Yamada
2016-09-16 23:11     ` Stephen Boyd
2016-09-16 23:11       ` Stephen Boyd
2016-09-16 23:11       ` Stephen Boyd
2016-09-16 23:11       ` Stephen Boyd
2016-08-24 17:26 Masahiro Yamada

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAMuHMdUC9d4KNPTDY51DCptmMFQ1F2jLmRDO9WLt=WZA09qRew__35528.5884849311$1472111612$gmane$org@mail.gmail.com' \
    --to=geert@linux-m68k.org \
    --cc=adi-buildroot-devel@lists.sourceforge.net \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=eric.y.miao@gmail.com \
    --cc=f.fainelli@gmail.com \
    --cc=gerg@linux-m68k.org \
    --cc=haojian.zhuang@gmail.com \
    --cc=linux-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-m68k@lists.linux-m68k.org \
    --cc=linux-mips@linux-mips.org \
    --cc=linux@armlinux.org.uk \
    --cc=mcuos.com@gmail.com \
    --cc=mturquette@baylibre.com \
    --cc=ralf@linux-mips.org \
    --cc=realmz6@gmail.com \
    --cc=sboyd@codeaurora.org \
    --cc=yamada.masahiro@socionext.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.