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 | ||