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>
This commit is contained in:
Tomas Winkler 2014-09-29 16:31:38 +03:00 committed by Greg Kroah-Hartman
parent 92db1555f3
commit 55e43d1fc0

View File

@ -472,7 +472,6 @@ static void mei_nfc_init(struct work_struct *work)
mei_nfc_free(ndev);
mutex_unlock(&dev->device_lock);
return;
}