linux-stable/drivers/net/wwan
Jakub Kicinski dbbc7d04c5 net: wwan: iosm: remove pointless null check
GCC 12 warns:

drivers/net/wwan/iosm/iosm_ipc_protocol_ops.c: In function ‘ipc_protocol_dl_td_process’:
drivers/net/wwan/iosm/iosm_ipc_protocol_ops.c:406:13: warning: the comparison will always evaluate as ‘true’ for the address of ‘cb’ will never be NULL [-Waddress]
  406 |         if (!IPC_CB(skb)) {
      |             ^

Indeed the check seems entirely pointless. Hopefully the other
validation checks will catch if the cb is bad, but it can't be
NULL.

Reviewed-by: M Chetan Kumar <m.chetan.kumar@intel.com>
Link: https://lore.kernel.org/r/20220519004342.2109832-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2022-05-19 18:44:44 -07:00
..
iosm net: wwan: iosm: remove pointless null check 2022-05-19 18:44:44 -07:00
t7xx net: wwan: t7xx: Fix smatch errors 2022-05-19 18:37:09 -07:00
Kconfig net: wwan: t7xx: Add core components 2022-05-09 10:51:59 +01:00
Makefile net: wwan: t7xx: Add core components 2022-05-09 10:51:59 +01:00
mhi_wwan_ctrl.c Revert "net: really fix the build..." 2021-08-26 11:08:32 -07:00
mhi_wwan_mbim.c net: wwan: Fix MRU mismatch issue which may lead to data connection lost 2022-01-15 22:40:52 +00:00
qcom_bam_dmux.c net: wwan: qcom_bam_dmux: fix wrong pointer passed to IS_ERR() 2022-03-22 09:36:46 +01:00
rpmsg_wwan_ctrl.c
wwan_core.c net: wwan: debugfs obtained dev reference not dropped 2022-02-14 14:09:59 +00:00
wwan_hwsim.c wwan_hwsim: Avoid flush_scheduled_work() usage 2022-04-25 12:10:24 -07:00