[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20081215.004607.228873135.davem@davemloft.net>
Date: Mon, 15 Dec 2008 00:46:07 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: frank.blaschka@...ibm.com
Cc: jgarzik@...ox.com, netdev@...r.kernel.org,
linux-s390@...r.kernel.org
Subject: Re: [patch 0/4] s390: qeth fixes 2.6.29
From: frank.blaschka@...ibm.com
Date: Thu, 11 Dec 2008 14:23:09 +0100
> here are some fixes for 2.6.29
> The patches apply to linux-next
They do not apply to net-next-2.6, as just one example patch #2 has
part of the patch saying:
@@ -1207,12 +1207,9 @@ static int qeth_l3_start_ipa_source_mac(
QETH_DBF_TEXT(TRACE, 3, "stsrcmac");
- if (!card->options.fake_ll)
- return -EOPNOTSUPP;
-
if (!qeth_is_supported(card, IPA_SOURCE_MAC)) {
dev_info(&card->gdev->dev,
- "Inbound source address not supported on %s\n",
+ "Inbound source MAC-address not supported on %s\n",
QETH_CARD_IFNAME(card));
return -EOPNOTSUPP;
}
Yet that "dev_info" is a PRINT_INFO in the net-next-2.6 tree.
Please resend patches which apply cleanly to my tree and I'll apply
them.
Thank you.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists