mirror of
https://github.com/torvalds/linux.git
synced 2026-05-21 13:27:57 +02:00
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:
parent
92db1555f3
commit
55e43d1fc0
|
|
@ -472,7 +472,6 @@ static void mei_nfc_init(struct work_struct *work)
|
|||
mei_nfc_free(ndev);
|
||||
mutex_unlock(&dev->device_lock);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user