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

Commit 7da02cdc authored by Johan Hovold's avatar Johan Hovold Committed by Greg Kroah-Hartman
Browse files

USB: oti6858: remove dead code



Remove code that was apparently copied from pl2303, disabled and then
never used.

Signed-off-by: default avatarJohan Hovold <jhovold@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent b58a6462
Loading
Loading
Loading
Loading
+0 −12
Original line number Diff line number Diff line
@@ -888,18 +888,6 @@ static void oti6858_read_bulk_callback(struct urb *urb)
	spin_unlock_irqrestore(&priv->lock, flags);

	if (status != 0) {
		/*
		if (status == -EPROTO) {
			* PL2303 mysteriously fails with -EPROTO reschedule
			   the read *
			dbg("%s - caught -EPROTO, resubmitting the urb",
								__func__);
			result = usb_submit_urb(urb, GFP_ATOMIC);
			if (result)
				dev_err(&urb->dev->dev, "%s - failed resubmitting read urb, error %d\n", __func__, result);
			return;
		}
		*/
		dbg("%s(): unable to handle the error, exiting", __func__);
		return;
	}