From: Dan Carpenter <hidden> Date: 2021-06-19 13:51:41
The address of &ipc_mux->ul_adb can't be NULL because it points to the
middle of a non-NULL struct.
Fixes: 9413491e20e1 ("net: iosm: encode or decode datagram")
Signed-off-by: Dan Carpenter <redacted>
---
drivers/net/wwan/iosm/iosm_ipc_mux_codec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From: Kumar, M Chetan <hidden> Date: 2021-06-20 15:50:34
The address of &ipc_mux->ul_adb can't be NULL because it points to the
middle of a non-NULL struct.
Fixes: 9413491e20e1 ("net: iosm: encode or decode datagram")
Signed-off-by: Dan Carpenter <redacted>
---
drivers/net/wwan/iosm/iosm_ipc_mux_codec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Sat, 19 Jun 2021 16:51:26 +0300 you wrote:
The address of &ipc_mux->ul_adb can't be NULL because it points to the
middle of a non-NULL struct.
Fixes: 9413491e20e1 ("net: iosm: encode or decode datagram")
Signed-off-by: Dan Carpenter <redacted>
---
drivers/net/wwan/iosm/iosm_ipc_mux_codec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)