Unverified Commit c191543e authored by David Jander's avatar David Jander Committed by Mark Brown
Browse files

spi: spi.c: White-space fix in __spi_pump_messages()

parent 0dbc4947
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1727,9 +1727,9 @@ static void __spi_pump_messages(struct spi_controller *ctlr, bool in_kthread)
	spin_unlock_irqrestore(&ctlr->queue_lock, flags);

	ret = __spi_pump_transfer_message(ctlr, msg, was_busy);

	if (!ret)
		kthread_queue_work(ctlr->kworker, &ctlr->pump_messages);

	ctlr->cur_msg = NULL;
	ctlr->fallback = false;