projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c49b32
)
misc: fsa9480: Add blank line after declarations.
author
Tejas Upadhyay
<tejas.upadhyay@softnautics.com>
Wed, 20 Dec 2017 12:17:43 +0000
(17:47 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Tue, 9 Jan 2018 16:03:57 +0000
(17:03 +0100)
Resolved missing a blank line after declarations checkpatch
warnings. Issue found by checkpatch.
Signed-off-by: Tejas Upadhyay <tejas.upadhyay@softnautics.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/fsa9480.c
patch
|
blob
|
history
diff --git
a/drivers/misc/fsa9480.c
b/drivers/misc/fsa9480.c
index 71d2793b372cacfc130da59b8bf818df0fe604f9..607b489a6501a8ff0d8b67317a9ebc3ae09be7f0 100644
(file)
--- a/
drivers/misc/fsa9480.c
+++ b/
drivers/misc/fsa9480.c
@@
-465,6
+465,7
@@
fail1:
static int fsa9480_remove(struct i2c_client *client)
{
struct fsa9480_usbsw *usbsw = i2c_get_clientdata(client);
+
if (client->irq)
free_irq(client->irq, usbsw);