diff options
author | Sudeep Holla <Sudeep.Holla@arm.com> | 2015-09-21 18:47:09 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-09-25 00:22:52 +0300 |
commit | d5b8d6404395641987db76e28334cae4cef771ae (patch) | |
tree | d20f155e1b67e03251e26a13ffda511f196df650 /drivers/connector | |
parent | 6ae459bdaaeebc632b16e54dcbabb490c6931d61 (diff) | |
download | linux-d5b8d6404395641987db76e28334cae4cef771ae.tar.xz |
net: gianfar: remove misuse of IRQF_NO_SUSPEND flag
The device is set as wakeup capable using proper wakeup API but the
driver misuses IRQF_NO_SUSPEND to set the interrupt as wakeup source
which is incorrect.
This patch removes the use of IRQF_NO_SUSPEND flags replacing it with
enable_irq_wake instead.
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Claudiu Manoil <claudiu.manoil@freescale.com>
Cc: Kevin Hao <haokexin@gmail.com>
Cc: netdev@vger.kernel.org
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Acked-by: Claudiu Manoil <claudiu.manoil@freescale.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/connector')
0 files changed, 0 insertions, 0 deletions