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

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

Merge "usb: gadget: ffs: remove debug prints"

parents 2f6b70f8 d5cb4410
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -289,7 +289,6 @@ static ssize_t ffs_ep0_write(struct file *file, const char __user *buf,

		/* Handle data */
		if (ffs->state == FFS_READ_DESCRIPTORS) {
			pr_info("read descriptors\n");
			ret = __ffs_data_got_descs(ffs, data, len);
			if (unlikely(ret < 0))
				break;
@@ -297,7 +296,6 @@ static ssize_t ffs_ep0_write(struct file *file, const char __user *buf,
			ffs->state = FFS_READ_STRINGS;
			ret = len;
		} else {
			pr_info("read strings\n");
			ret = __ffs_data_got_strings(ffs, data, len);
			if (unlikely(ret < 0))
				break;