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

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

Merge "usb: gadget: f_fs: Fix compile warnings"

parents 12257f6c ac20d8f2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1063,7 +1063,7 @@ static ssize_t ffs_epfile_io(struct file *file, struct ffs_io_data *io_data)

		spin_unlock_irq(&epfile->ffs->eps_lock);

		ffs_log("queued %d bytes on %s", data_len, epfile->name);
		ffs_log("queued %zd bytes on %s", data_len, epfile->name);

		if (unlikely(wait_for_completion_interruptible(&done))) {
			/*
@@ -1107,7 +1107,7 @@ static ssize_t ffs_epfile_io(struct file *file, struct ffs_io_data *io_data)
			goto error_lock;
		}

		ffs_log("queued %d bytes on %s", data_len, epfile->name);
		ffs_log("queued %zd bytes on %s", data_len, epfile->name);

		ret = -EIOCBQUEUED;
		/*