]> git.karo-electronics.de Git - linux-beck.git/commitdiff
mei: nfc: fix style warning
authorTomas Winkler <tomas.winkler@intel.com>
Mon, 29 Sep 2014 13:31:38 +0000 (16:31 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 29 Sep 2014 15:56:01 +0000 (11:56 -0400)
fix style warning:
void function return statements are not generally useful

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mei/nfc.c

index 2888e6fb1593d75048fd0fdc30d095e0a306574f..8cc93e4756b326f491170189b036eebc801b6dc5 100644 (file)
@@ -472,7 +472,6 @@ err:
        mei_nfc_free(ndev);
        mutex_unlock(&dev->device_lock);
 
-       return;
 }