IRQ_HANDLED should be 1, not 0.
This commit is contained in:
parent
4691dacd78
commit
42cc23f284
2
sys/external/bsd/drm/dist/bsd-core/drmP.h
vendored
2
sys/external/bsd/drm/dist/bsd-core/drmP.h
vendored
@ -284,7 +284,7 @@ typedef void irqreturn_t;
|
||||
#define IRQ_NONE /* nothing */
|
||||
#elif defined(__NetBSD__)
|
||||
typedef int irqreturn_t;
|
||||
#define IRQ_HANDLED 0
|
||||
#define IRQ_HANDLED 1
|
||||
#define IRQ_NONE 0
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user