Fix missing bracket

This commit is contained in:
Christoffer Sandberg 2021-09-10 00:15:10 +02:00
parent 54c6da280e
commit 13510d6fc2

View file

@ -128,7 +128,7 @@ u32 uniwill_add_interface(struct uniwill_interface_t *interface)
else {
mutex_unlock(&uniwill_interface_modification_lock);
return -EINVAL;
}
interface->event_callb = uniwill_event_callb;
mutex_unlock(&uniwill_interface_modification_lock);