mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-08 01:23:37 +00:00
The irq handler for a shared IRQ ought to be prepared for running
even now it's being freed. So let's check the pointer used by
mhi_irq_handler to avoid null pointer access since it is probably
released before freeing IRQ.
Fixes:
|
||
|---|---|---|
| .. | ||
| boot.c | ||
| debugfs.c | ||
| init.c | ||
| internal.h | ||
| Kconfig | ||
| main.c | ||
| Makefile | ||
| pci_generic.c | ||
| pm.c | ||