Commit ffc7b282 authored by Christophe JAILLET's avatar Christophe JAILLET Committed by Kalle Valo
Browse files

rt2x00usb: Fix a warning message in 'rt2x00usb_watchdog_tx_dma()'



'forced' is duplicated in the message, axe one of them.

Signed-off-by: default avatarChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent 216b4400
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -522,7 +522,7 @@ EXPORT_SYMBOL_GPL(rt2x00usb_flush_queue);

static void rt2x00usb_watchdog_tx_dma(struct data_queue *queue)
{
	rt2x00_warn(queue->rt2x00dev, "TX queue %d DMA timed out, invoke forced forced reset\n",
	rt2x00_warn(queue->rt2x00dev, "TX queue %d DMA timed out, invoke forced reset\n",
		    queue->qid);

	rt2x00queue_stop_queue(queue);