Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);