Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f50fdbe3 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "mhi: devices: uci: release lock as last step"

parents 062aed89 d82b95c2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -200,10 +200,10 @@ static int mhi_uci_release(struct inode *inode, struct file *file)
		}
	}

	mutex_unlock(&uci_dev->mutex);

	MSG_LOG("exit: ref_count:%d\n", uci_dev->ref_count);

	mutex_unlock(&uci_dev->mutex);

	return 0;
}