Bjorn Helgaas 64386d1588 mei: txe: remove unnecessary NULL pointer checks
The .shutdown(), .remove(), and power management callbacks are never called
unless .probe() has already returned success, which means it has set
drvdata to a non-NULL pointer, so "dev" can never be NULL in the other
callbacks.

Remove the unnecessary checks.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Link: https://lore.kernel.org/r/20240229181300.352077-3-helgaas@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2024-03-05 14:28:02 +00:00
..
2023-12-08 12:02:37 +01:00
2024-01-08 16:22:47 -08:00
2023-11-01 20:51:41 -10:00
2023-10-27 08:51:00 +02:00
2021-10-05 15:47:18 +02:00
2023-11-28 19:05:16 +00:00
2023-11-28 19:05:16 +00:00
2024-01-15 12:10:41 -06:00
2022-12-15 10:37:26 -08:00