From: Sudeep Holla Date: Mon, 21 Sep 2015 15:47:09 +0000 (+0100) Subject: net: gianfar: remove misuse of IRQF_NO_SUSPEND flag X-Git-Tag: omap-for-v4.4/cleanup-pt1~50^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5b8d6404395641987db76e28334cae4cef771ae;p=pandora-kernel.git 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" Cc: Claudiu Manoil Cc: Kevin Hao Cc: netdev@vger.kernel.org Signed-off-by: Sudeep Holla Acked-by: Claudiu Manoil Signed-off-by: David S. Miller --- Reading git-diff-tree failed