linux/drivers/dma/idxd
Dan Carpenter 2c17e9ea0c dmaengine: idxd: Delete unnecessary NULL check
The "saved_evl" pointer is a offset into the middle of a non-NULL struct.
It can't be NULL and the check is slightly confusing.  Delete the check.

Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Reviewed-by: Fenghua Yu <fenghua.yu@intel.com>
Link: https://lore.kernel.org/r/ec38214e-0bbb-4c5a-94ff-b2b2d4c3f245@stanley.mountain
Signed-off-by: Vinod Koul <vkoul@kernel.org>
2025-02-10 19:57:51 +05:30
..
Makefile module: Convert default symbol namespace to string literal 2024-12-03 08:22:25 -08:00
bus.c driver core: have match() callback in struct bus_type take a const * 2024-07-03 15:16:54 +02:00
cdev.c dmaengine: idxd: Remove a useless mutex 2024-12-02 22:33:35 +05:30
compat.c module: Convert symbol namespace to string literal 2024-12-02 11:34:44 -08:00
debugfs.c dmaengine: idxd: Convert spinlock to mutex to lock evl workqueue 2024-04-07 13:31:44 +05:30
defaults.c
device.c module: Convert symbol namespace to string literal 2024-12-02 11:34:44 -08:00
dma.c dmaengine: add channel device name to channel registration 2024-06-11 23:55:34 +05:30
idxd.h dmaengine: idxd: Add idxd_device_config_save() and idxd_device_config_restore() helpers 2024-12-24 16:08:04 +05:30
init.c dmaengine: idxd: Delete unnecessary NULL check 2025-02-10 19:57:51 +05:30
irq.c dmaengine: idxd: Enable Function Level Reset (FLR) for halt 2024-12-24 16:08:05 +05:30
perfmon.c dmaengine updates for v6.12 2024-09-23 14:08:08 -07:00
perfmon.h
registers.h dmaengine: idxd: Add a new IAA device ID on Panther Lake family platforms 2024-12-11 17:35:08 +05:30
submit.c module: Convert symbol namespace to string literal 2024-12-02 11:34:44 -08:00
sysfs.c dmaengine: idxd: Remove unused idxd_(un)register_bus_type 2024-12-24 14:51:45 +05:30