1
0
Fork 0

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@softnautics.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
zero-colors
Tejas Upadhyay 2017-12-20 17:47:43 +05:30 committed by Greg Kroah-Hartman
parent 6c49b32d3c
commit 1a3771d5fa
1 changed files with 1 additions and 0 deletions

View File

@ -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);