From: Corcodel Marian <asd@marian1000.go.ro>
To: netdev@vger.kernel.org
Cc: Francois Romieu <romieu@fr.zoreil.com>,
Corcodel Marian <asd@marian1000.go.ro>
Subject: [PATCH 2/2 net v3.16]r8169: Remove unusued interrupts
Date: Sun, 13 Mar 2016 11:32:49 +0200 [thread overview]
Message-ID: <1457861569-1844-2-git-send-email-asd@marian1000.go.ro> (raw)
In-Reply-To: <1457861569-1844-1-git-send-email-asd@marian1000.go.ro>
This patch remove unhandled interupt comparing for existence on PCI
register.
Signed-off-by: Corcodel Marian <asd@marian1000.go.ro>
---
drivers/net/ethernet/realtek/r8169.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/net/ethernet/realtek/r8169.c b/drivers/net/ethernet/realtek/r8169.c
index ec555e7..eba2253 100644
--- a/drivers/net/ethernet/realtek/r8169.c
+++ b/drivers/net/ethernet/realtek/r8169.c
@@ -7208,6 +7208,9 @@ rtl_init_one(struct pci_dev *pdev, const struct pci_device_id *ent)
tp->opts1_mask = (tp->mac_version != RTL_GIGA_MAC_VER_01) ?
~(RxBOVF | RxFOVF) : ~0;
+ if (!(cmd & PCI_COMMAND_SERR))
+ tp->event_slow &= ~SYSErr;
+
init_timer(&tp->timer);
tp->timer.data = (unsigned long) dev;
tp->timer.function = rtl8169_phy_timer;
--
2.1.4
next prev parent reply other threads:[~2016-03-13 9:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-13 9:32 [PATCH 1/2 net v3.16]r8169: Not enable/disable bus mastering when is enabled on BIOS Corcodel Marian
2016-03-13 9:32 ` Corcodel Marian [this message]
2016-03-14 12:22 ` Michal Kubecek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1457861569-1844-2-git-send-email-asd@marian1000.go.ro \
--to=asd@marian1000.go.ro \
--cc=netdev@vger.kernel.org \
--cc=romieu@fr.zoreil.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).