1
0
Fork 0

mei: nfc: fix style warning

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>
hifive-unleashed-5.1
Tomas Winkler 2014-09-29 16:31:38 +03:00 committed by Greg Kroah-Hartman
parent 92db1555f3
commit 55e43d1fc0
1 changed files with 0 additions and 1 deletions

View File

@ -472,7 +472,6 @@ err:
mei_nfc_free(ndev);
mutex_unlock(&dev->device_lock);
return;
}