diff mbox series

p9dsu: Fix slot labels for p9dsu2u

Message ID 1551216196-29879-1-git-send-email-debmc@linux.ibm.com
State Accepted
Headers show
Series p9dsu: Fix slot labels for p9dsu2u | expand

Checks

Context Check Description
snowpatch_ozlabs/apply_patch success master/apply_patch Successfully applied
snowpatch_ozlabs/snowpatch_job_snowpatch-skiboot success Test snowpatch/job/snowpatch-skiboot on branch master

Commit Message

Deb McLemore Feb. 26, 2019, 9:23 p.m. UTC
Update the slot labels for the p9dsu2u tables.

Signed-off-by: Deb McLemore <debmc@linux.ibm.com>
---
 platforms/astbmc/p9dsu.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Comments

Stewart Smith March 6, 2019, 6:59 a.m. UTC | #1
Deb McLemore <debmc@linux.ibm.com> writes:
> Update the slot labels for the p9dsu2u tables.

I'll take your word for it :)

Merged to master as of 64a16ae05bb28c075506efb10b569b833680068d
diff mbox series

Patch

diff --git a/platforms/astbmc/p9dsu.c b/platforms/astbmc/p9dsu.c
index 2700416..d28bfca 100644
--- a/platforms/astbmc/p9dsu.c
+++ b/platforms/astbmc/p9dsu.c
@@ -100,7 +100,7 @@  static const struct slot_table_entry p9dsu1u_phb8_1_slot[] = {
 	{
 		.etype = st_pluggable_slot,
 		.location = ST_LOC_DEVFN(0,0),
-		.name = "WIO-R Slot",
+		.name = "WIO-R Slot2",
 		.power_limit = 75,
 	},
 	{ .etype = st_end },
@@ -120,7 +120,7 @@  static const struct slot_table_entry p9dsu1u_phb8_3_slot[] = {
 	{
 		.etype = st_pluggable_slot,
 		.location = ST_LOC_DEVFN(0,0),
-		.name = "WIO Slot2",
+		.name = "WIO Slot4",
 		.power_limit = 75,
 	},
 	{ .etype = st_end },
@@ -251,7 +251,7 @@  static const struct slot_table_entry p9dsu2u_phb8_1_slot[] = {
 	{
 		.etype = st_pluggable_slot,
 		.location = ST_LOC_DEVFN(0,0),
-		.name = "WIO-R Slot",
+		.name = "WIO-R Slot2",
 		.power_limit = 75,
 	},
 	{ .etype = st_end },
@@ -271,7 +271,7 @@  static const struct slot_table_entry p9dsu2u_phb8_3_slot[] = {
 	{
 		.etype = st_pluggable_slot,
 		.location = ST_LOC_DEVFN(0,0),
-		.name = "WIO Slot3",
+		.name = "WIO Slot4",
 		.power_limit = 75,
 	},
 	{ .etype = st_end },
@@ -281,7 +281,7 @@  static const struct slot_table_entry p9dsu2u_phb8_4_slot[] = {
 	{
 		.etype = st_pluggable_slot,
 		.location = ST_LOC_DEVFN(0,0),
-		.name = "WIO Slot2",
+		.name = "WIO Slot5",
 		.power_limit = 75,
 	},
 	{ .etype = st_end },