diff options
author | NeilBrown <[email protected]> | 2019-05-04 20:24:56 +1000 |
---|---|---|
committer | Ulf Hansson <[email protected]> | 2019-05-06 12:33:03 +0200 |
commit | 42edb0d5ac3ee1ac247e3f56be4263f14ed99f11 (patch) | |
tree | 9e70ab0b13aedd0a8ed968b5655040dbc05593ea /drivers/usb/cdns3/cdns3-debug.h | |
parent | 43d8dabb4074cf7f3b1404bfbaeba5aa6f3e5cfc (diff) |
mmc: mtk-sd: don't hard-code interrupt trigger type
When using devicetree for configuration, interrupt trigger type
should be described in the dts file, not hard-coded in the C code.
The mtk-sd silicon in the mt7621 soc uses an active-high interrupt
and so cannot be used with the current code.
So replace IRQF_TRIGGER_LOW with IRQF_TRIGGER_NONE.
Also IRQF_ONESHOT is not needed - it is used for threaded interrupt
handlers, and this driver does not used a threaded interrupt handler.
So remove that setting.
Signed-off-by: NeilBrown <[email protected]>
Reviewed-by: Chaotian Jing <[email protected]>
Signed-off-by: Ulf Hansson <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-debug.h')
0 files changed, 0 insertions, 0 deletions