mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-06-29 23:43:21 -04:00
platform_get_irq() return negative value on failure, so null check of
priv->irq is incorrect. Fix it by comparing whether it is less than zero.
Fixes:
|
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
peci-aspeed.c |