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

Commit 7c45f2c7 authored by Jean-François Moine's avatar Jean-François Moine Committed by Mauro Carvalho Chehab
Browse files

[media] gspca - zc3xx: Bad delay when given by a table

parent 1bae4ce2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5793,7 +5793,7 @@ static void usb_exchange(struct gspca_dev *gspca_dev,
			break;
		default:
/*		case 0xdd:	 * delay */
			msleep(action->val / 64 + 10);
			msleep(action->idx);
			break;
		}
		action++;