Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

slimbus: messaging: Remove redundant code

Assigning txn->comp to itself has no effect.

Signed-off-by: Qiang Liu <liuqiang@kylinos.cn>
Signed-off-by: Srinivas Kandagatla <srini@kernel.org>
Link: https://lore.kernel.org/r/20250912131202.303026-3-srini@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Qiang Liu and committed by
Greg Kroah-Hartman
5c6794f1 7cbba32a

-2
-2
drivers/slimbus/messaging.c
··· 143 143 144 144 if (!txn->msg->comp) 145 145 txn->comp = &done; 146 - else 147 - txn->comp = txn->comp; 148 146 } 149 147 150 148 ret = ctrl->xfer_msg(ctrl, txn);