[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20171220121743.6936-1-tejas.upadhyay@softnautics.com>
Date: Wed, 20 Dec 2017 17:47:43 +0530
From: Tejas Upadhyay <tejas.upadhyay@...tnautics.com>
To: arnd@...db.de, gregkh@...uxfoundation.org
Cc: linux-kernel@...r.kernel.org,
Tejas Upadhyay <tejas.upadhyay@...tnautics.com>
Subject: [PATCH] misc: fsa9480: Add blank line after declarations.
Resolved missing a blank line after declarations checkpatch
warnings. Issue found by checkpatch.
Signed-off-by: Tejas Upadhyay <tejas.upadhyay@...tnautics.com>
---
drivers/misc/fsa9480.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/misc/fsa9480.c b/drivers/misc/fsa9480.c
index 71d2793b372c..607b489a6501 100644
--- a/drivers/misc/fsa9480.c
+++ b/drivers/misc/fsa9480.c
@@ -465,6 +465,7 @@ static int fsa9480_probe(struct i2c_client *client,
static int fsa9480_remove(struct i2c_client *client)
{
struct fsa9480_usbsw *usbsw = i2c_get_clientdata(client);
+
if (client->irq)
free_irq(client->irq, usbsw);
--
2.15.1
Powered by blists - more mailing lists