drivers: net: xgene: fix sharing of irqs
authorIyappan Subramanian <isubramanian@apm.com>
Fri, 13 May 2016 23:52:58 +0000 (16:52 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 14 May 2016 01:12:06 +0000 (21:12 -0400)
commit46a22d29a51e40704c2260168c124e260b7d660e
tree90f9b15bde45eddd7c0655a99300e7e64c73fe1f
parentb30cfd241fbc6818c7de0cbf89ae83c70a1dac9a
drivers: net: xgene: fix sharing of irqs

Since hardware doesn't allow sharing of interrupts,
this patch fixes the same by removing IRQF_SHARED flag.

Signed-off-by: Iyappan Subramanian <isubramanian@apm.com>
Tested-by: Toan Le <toanle@apm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/apm/xgene/xgene_enet_main.c