forked from Minki/linux
a113c02f57
There are three error paths which return success:
1) Propagate the error code from mpi3mr_post_transport_req() if it fails.
2) Return -EINVAL if "ioc_status != MPI3_IOCSTATUS_SUCCESS".
3) Return -EINVAL if "le16_to_cpu(mpi_reply.response_data_length) !=
sizeof(struct rep_manu_reply)"
Link: https://lore.kernel.org/r/YyMIJh1HU2Qz9+Rs@kili
Fixes:
|
||
---|---|---|
.. | ||
mpi | ||
Kconfig | ||
Makefile | ||
mpi3mr_app.c | ||
mpi3mr_debug.h | ||
mpi3mr_fw.c | ||
mpi3mr_os.c | ||
mpi3mr_transport.c | ||
mpi3mr.h |