[RESEND char-misc-next 06/18] mei: nfc: fix style warning

From: Tomas Winkler
Date: Mon Sep 29 2014 - 09:33:15 EST


fix style warning:
void function return statements are not generally useful

Signed-off-by: Tomas Winkler <tomas.winkler@xxxxxxxxx>
---
drivers/misc/mei/nfc.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/drivers/misc/mei/nfc.c b/drivers/misc/mei/nfc.c
index 2888e6f..8cc93e4 100644
--- a/drivers/misc/mei/nfc.c
+++ b/drivers/misc/mei/nfc.c
@@ -472,7 +472,6 @@ err:
mei_nfc_free(ndev);
mutex_unlock(&dev->device_lock);

- return;
}


--
1.9.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/