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

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

Merge "usb: host: xhci-plat: Fix IMOD configuration from sysfs"

parents 763a67ab e3a66c5e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -159,7 +159,7 @@ static ssize_t config_imod_store(struct device *pdev,
	u32 imod;
	unsigned long flags;

	if (kstrtouint(buff, 10, &imod) != 1)
	if (kstrtouint(buff, 10, &imod) < 0)
		return 0;

	imod &= ER_IRQ_INTERVAL_MASK;