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

Commit c4784267 authored by himta ram's avatar himta ram Committed by Gerrit - the friendly Code Review server
Browse files

radio: iris: remove the unused variable buf



Warning: unused variable 'buf' seen
remove the unused variable buf.

CRs-Fixed: 2731706
Change-Id: I12a3ec39a83da035d32700c5040102a820192b4b
Signed-off-by: default avatarhimta ram <hram@codeaurora.org>
parent a85adef2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -5284,7 +5284,6 @@ static ssize_t iris_fops_read(struct file *file, char __user *buffer,
	enum iris_buf_t buf_type = -1;
	unsigned char buf_fifo[STD_BUF_SIZE] = {0};
	struct kfifo *data_fifo = NULL;
	unsigned char *buf = NULL;
	unsigned int len = 0, retval = -1;
	u32 bytesused = 0;