mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-04 04:02:26 +00:00
e79b548b72
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:
|
||
---|---|---|
.. | ||
controller | ||
core.c | ||
cpu.c | ||
device.c | ||
internal.h | ||
Kconfig | ||
Makefile | ||
request.c | ||
sysfs.c |