mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-12-23 14:03:11 +00:00
mpc8xx_pic_init() should return -ENOMEM instead of 0 when
irq_domain_add_linear() return NULL. This cause mpc8xx_pics_init to continue
executing even if mpc8xx_pic_host is NULL.
Fixes:
|
||
|---|---|---|
| .. | ||
| adder875.c | ||
| cpm1.c | ||
| ep88xc.c | ||
| Kconfig | ||
| m8xx_setup.c | ||
| machine_check.c | ||
| Makefile | ||
| micropatch.c | ||
| mpc8xx.h | ||
| mpc86xads_setup.c | ||
| mpc86xads.h | ||
| mpc885ads_setup.c | ||
| mpc885ads.h | ||
| pic.c | ||
| pic.h | ||
| tqm8xx_setup.c | ||