mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-24 17:07:56 +00:00
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 | ||