mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-16 07:24:39 +08:00
436cb709f8
The assignment of xfer_len to cmd->read_len appears to be redundant
as the next statement re-assigns the value 0 to it. Clean up the
code by removing the redundant first assignment.
Addresses-Coverity: ("Unused value")
Fixes:
|
||
---|---|---|
.. | ||
mipi-i3c-hci | ||
dw-i3c-master.c | ||
i3c-master-cdns.c | ||
Kconfig | ||
Makefile | ||
svc-i3c-master.c |