forked from Minki/linux
647e6cc979
Having both IRQF_NO_AUTOEN and IRQF_SHARED set causes
request_threaded_irq() to return with -EINVAL (see comment in flag
validation in that function). As the interrupt is currently not shared
between multiple devices, drop the IRQF_SHARED flag.
Fixes:
|
||
---|---|---|
.. | ||
bus.c | ||
bus.h | ||
controller.c | ||
controller.h | ||
core.c | ||
Kconfig | ||
Makefile | ||
ssh_msgb.h | ||
ssh_packet_layer.c | ||
ssh_packet_layer.h | ||
ssh_parser.c | ||
ssh_parser.h | ||
ssh_request_layer.c | ||
ssh_request_layer.h | ||
trace.h |