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

Commit 0222cef6 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "input: synaptics_rmi_dev: correct api call for releasing memory"

parents aba47b4c 4bafd5f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -382,7 +382,7 @@ static ssize_t rmidev_write(struct file *filp, const char __user *buf,
		*f_pos += retval;

	mutex_unlock(&(dev_data->file_mutex));
	free(tmpbuf);
	kfree(tmpbuf);
	return retval;
}