mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
The error code is missing in this code scenario, add the error code
'-EINVAL' to the return value 'ret'.
Eliminate the follow smatch warning:
drivers/net/wireless/intel/iwlwifi/pcie/drv.c:1376 iwl_pci_probe() warn:
missing error code 'ret'.
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Fixes:
|
||
|---|---|---|
| .. | ||
| ctxt-info-gen3.c | ||
| ctxt-info.c | ||
| drv.c | ||
| internal.h | ||
| rx.c | ||
| trans-gen2.c | ||
| trans.c | ||
| tx-gen2.c | ||
| tx.c | ||