Commit 5c6794f1 authored by Qiang Liu's avatar Qiang Liu Committed by Greg Kroah-Hartman
Browse files

slimbus: messaging: Remove redundant code

parent 7cbba32a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -143,8 +143,6 @@ int slim_do_transfer(struct slim_controller *ctrl, struct slim_msg_txn *txn)

		if (!txn->msg->comp)
			txn->comp = &done;
		else
			txn->comp = txn->comp;
	}

	ret = ctrl->xfer_msg(ctrl, txn);