All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] reset: sti: add a missing blank line after declaration
@ 2015-10-29  9:12 Philipp Zabel
  2015-10-29  9:15 ` Maxime Coquelin
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Zabel @ 2015-10-29  9:12 UTC (permalink / raw)
  To: linux-kernel
  Cc: Srinivas Kandagatla, Maxime Coquelin, Patrice Chotard, kernel,
	Philipp Zabel

This just fixes a checkpatch warning, no functional change.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 drivers/reset/sti/reset-syscfg.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/drivers/reset/sti/reset-syscfg.c b/drivers/reset/sti/reset-syscfg.c
index a78e09c..1600cc7 100644
--- a/drivers/reset/sti/reset-syscfg.c
+++ b/drivers/reset/sti/reset-syscfg.c
@@ -103,7 +103,9 @@ static int syscfg_reset_deassert(struct reset_controller_dev *rcdev,
 static int syscfg_reset_dev(struct reset_controller_dev *rcdev,
 			    unsigned long idx)
 {
-	int err = syscfg_reset_assert(rcdev, idx);
+	int err;
+
+	err = syscfg_reset_assert(rcdev, idx);
 	if (err)
 		return err;
 
-- 
2.6.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] reset: sti: add a missing blank line after declaration
  2015-10-29  9:12 [PATCH] reset: sti: add a missing blank line after declaration Philipp Zabel
@ 2015-10-29  9:15 ` Maxime Coquelin
  0 siblings, 0 replies; 2+ messages in thread
From: Maxime Coquelin @ 2015-10-29  9:15 UTC (permalink / raw)
  To: Philipp Zabel, linux-kernel; +Cc: Srinivas Kandagatla, Patrice Chotard, kernel

Hi Philipp,

On 10/29/2015 10:12 AM, Philipp Zabel wrote:
> This just fixes a checkpatch warning, no functional change.
>
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> ---
>   drivers/reset/sti/reset-syscfg.c | 4 +++-
>   1 file changed, 3 insertions(+), 1 deletion(-)
>

Acked-by: Maxime Coquelin <maxime.coquelin@st.com>

Thanks,
Maxime

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-10-29  9:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-29  9:12 [PATCH] reset: sti: add a missing blank line after declaration Philipp Zabel
2015-10-29  9:15 ` Maxime Coquelin

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.