Commit 1a3771d5 authored by Tejas Upadhyay's avatar Tejas Upadhyay Committed by Greg Kroah-Hartman

misc: fsa9480: Add blank line after declarations.

Resolved missing a blank line after declarations checkpatch
warnings. Issue found by checkpatch.
Signed-off-by: default avatarTejas Upadhyay <tejas.upadhyay@softnautics.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 6c49b32d
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment