|
@@ -2030,7 +2030,7 @@ static void ftdi_process_read(struct work_struct *work)
|
|
spin_unlock_irqrestore(&priv->rx_lock, flags);
|
|
spin_unlock_irqrestore(&priv->rx_lock, flags);
|
|
dbg("%s - deferring remainder until unthrottled",
|
|
dbg("%s - deferring remainder until unthrottled",
|
|
__func__);
|
|
__func__);
|
|
- return;
|
|
|
|
|
|
+ goto out;
|
|
}
|
|
}
|
|
spin_unlock_irqrestore(&priv->rx_lock, flags);
|
|
spin_unlock_irqrestore(&priv->rx_lock, flags);
|
|
/* if the port is closed stop trying to read */
|
|
/* if the port is closed stop trying to read */
|