Home Home > GIT Browse
summaryrefslogtreecommitdiff
Unidiff
Diffstat (limited to 'patches.drivers/ehea-modinfo.patch') (more/less context) (ignore whitespace changes)
-rw-r--r--patches.drivers/ehea-modinfo.patch8
1 files changed, 5 insertions, 3 deletions
diff --git a/patches.drivers/ehea-modinfo.patch b/patches.drivers/ehea-modinfo.patch
index 91cb279..0492c36 100644
--- a/patches.drivers/ehea-modinfo.patch
+++ b/patches.drivers/ehea-modinfo.patch
@@ -1,15 +1,17 @@
1Subject: add alias entry for portN properties 1From: Olaf Hering <ohering@suse.com>
2From: olh@suse.de 2Subject: ehea: add alias entry for portN properties
3References: 435215 - LTC48564 3References: 435215 - LTC48564
4Patch-mainline: not yet 4Patch-mainline: submitted 2 May 2012 to netdev
5 5
6Use separate table for alias entries in the ehea module, 6Use separate table for alias entries in the ehea module,
7otherwise the probe() function will operate on the separate ports 7otherwise the probe() function will operate on the separate ports
8instead of the lhea-"root" entry of the device-tree 8instead of the lhea-"root" entry of the device-tree
9 9
10Signed-off-by: Jeff Mahoney <jeffm@suse.com>
11Signed-off-by: Olaf Hering <ohering@suse.com>
10--- 12---
11 drivers/net/ethernet/ibm/ehea/ehea_main.c | 14 +++++++++++++- 13 drivers/net/ethernet/ibm/ehea/ehea_main.c | 14 +++++++++++++-
12 1 file changed, 13 insertions(+), 1 deletion(-) 14 1 file changed, 13 insertions(+), 1 deletion(-)
13 15
14--- a/drivers/net/ethernet/ibm/ehea/ehea_main.c 16--- a/drivers/net/ethernet/ibm/ehea/ehea_main.c
15+++ b/drivers/net/ethernet/ibm/ehea/ehea_main.c 17+++ b/drivers/net/ethernet/ibm/ehea/ehea_main.c