| summaryrefslogtreecommitdiff |
| author | Jeff Mahoney <jeffm@suse.com> | 2012-05-02 18:29:53 (GMT) |
|---|---|---|
| committer | Jeff Mahoney <jeffm@suse.com> | 2012-05-02 18:29:53 (GMT) |
| commit | e0eb7357505019bfac96bbc0ee14056abc1bb8c6 (patch) (side-by-side diff) | |
| tree | c22ac187cdae004c43df1cb217971b0ce85709b2 | |
| parent | 4d1394acf06bc03f70528b7f3b01a351dc50ec18 (diff) | |
patches.drivers/ehea-modinfo.patch: Updated patch-mainline for submission.
| -rw-r--r-- | patches.drivers/ehea-modinfo.patch | 8 |
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,12 +1,14 @@ -Subject: add alias entry for portN properties -From: olh@suse.de +From: Olaf Hering <ohering@suse.com> +Subject: ehea: add alias entry for portN properties References: 435215 - LTC48564 -Patch-mainline: not yet +Patch-mainline: submitted 2 May 2012 to netdev Use separate table for alias entries in the ehea module, otherwise the probe() function will operate on the separate ports instead of the lhea-"root" entry of the device-tree +Signed-off-by: Jeff Mahoney <jeffm@suse.com> +Signed-off-by: Olaf Hering <ohering@suse.com> --- drivers/net/ethernet/ibm/ehea/ehea_main.c | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) |