Searched hist:"36402 ffb" (Results 1 – 5 of 5) sorted by relevance
/openbmc/libpldm/include/libpldm/transport/ |
H A D | af-mctp.h | 36402ffb Wed Aug 16 02:38:51 CDT 2023 BonnieLo-wiwynn <Bonnie_Lo@wiwynn.com> transport: fix init_pollfd function parameter
The init_pollfd function parameter was declared as pldm_transport_af_mctp, but it seems like it is intended to use pldm_transport instead. The headers were not included in c files, so it didn't cause conflicting types at compile time.
Change-Id: I54f1397efee0ae5e68a24f1473e0395f02d53eaf Fixes: c1b66f4 ("requester: Add new APIs to support multiple transports") Fixes: ba6971b ("requester: Add af_mctp transport") Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>
|
H A D | mctp-demux.h | 36402ffb Wed Aug 16 02:38:51 CDT 2023 BonnieLo-wiwynn <Bonnie_Lo@wiwynn.com> transport: fix init_pollfd function parameter
The init_pollfd function parameter was declared as pldm_transport_af_mctp, but it seems like it is intended to use pldm_transport instead. The headers were not included in c files, so it didn't cause conflicting types at compile time.
Change-Id: I54f1397efee0ae5e68a24f1473e0395f02d53eaf Fixes: c1b66f4 ("requester: Add new APIs to support multiple transports") Fixes: ba6971b ("requester: Add af_mctp transport") Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>
|
/openbmc/libpldm/src/transport/ |
H A D | af-mctp.c | 36402ffb Wed Aug 16 02:38:51 CDT 2023 BonnieLo-wiwynn <Bonnie_Lo@wiwynn.com> transport: fix init_pollfd function parameter
The init_pollfd function parameter was declared as pldm_transport_af_mctp, but it seems like it is intended to use pldm_transport instead. The headers were not included in c files, so it didn't cause conflicting types at compile time.
Change-Id: I54f1397efee0ae5e68a24f1473e0395f02d53eaf Fixes: c1b66f4 ("requester: Add new APIs to support multiple transports") Fixes: ba6971b ("requester: Add af_mctp transport") Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>
|
H A D | mctp-demux.c | 36402ffb Wed Aug 16 02:38:51 CDT 2023 BonnieLo-wiwynn <Bonnie_Lo@wiwynn.com> transport: fix init_pollfd function parameter
The init_pollfd function parameter was declared as pldm_transport_af_mctp, but it seems like it is intended to use pldm_transport instead. The headers were not included in c files, so it didn't cause conflicting types at compile time.
Change-Id: I54f1397efee0ae5e68a24f1473e0395f02d53eaf Fixes: c1b66f4 ("requester: Add new APIs to support multiple transports") Fixes: ba6971b ("requester: Add af_mctp transport") Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>
|
/openbmc/libpldm/ |
H A D | CHANGELOG.md | 36402ffb Wed Aug 16 02:38:51 CDT 2023 BonnieLo-wiwynn <Bonnie_Lo@wiwynn.com> transport: fix init_pollfd function parameter
The init_pollfd function parameter was declared as pldm_transport_af_mctp, but it seems like it is intended to use pldm_transport instead. The headers were not included in c files, so it didn't cause conflicting types at compile time.
Change-Id: I54f1397efee0ae5e68a24f1473e0395f02d53eaf Fixes: c1b66f4 ("requester: Add new APIs to support multiple transports") Fixes: ba6971b ("requester: Add af_mctp transport") Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>
|