diff mbox series

hdata/iohub: Fix Cumulus Hub ID number

Message ID 20180907070007.23913-1-oohall@gmail.com
State Accepted
Headers show
Series hdata/iohub: Fix Cumulus Hub ID number | expand

Checks

Context Check Description
snowpatch_ozlabs/apply_patch success master/apply_patch Successfully applied
snowpatch_ozlabs/make_check success Test make_check on branch master

Commit Message

Oliver O'Halloran Sept. 7, 2018, 7 a.m. UTC
It's wrong!

Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
---
 hdata/spira.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stewart Smith Sept. 13, 2018, 8:52 a.m. UTC | #1
"Oliver O'Halloran" <oohall@gmail.com> writes:
> It's wrong!
>
> Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
> ---
>  hdata/spira.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Cheers, merged to master as of 63ea33fb8fd05eb8dbe828753fe059e8b621d435
diff mbox series

Patch

diff --git a/hdata/spira.h b/hdata/spira.h
index ef2aec257040..e6bb612c4ff3 100644
--- a/hdata/spira.h
+++ b/hdata/spira.h
@@ -661,7 +661,7 @@  struct cechub_io_hub {
 #define CECHUB_HUB_NIMBUS_SFORAZ	0x0020	/* Nimbus+sforaz from spec */
 #define CECHUB_HUB_NIMBUS_MONZA		0x0021	/* Nimbus+monza from spec */
 #define CECHUB_HUB_NIMBUS_LAGRANGE	0x0022	/* Nimbus+lagrange from spec */
-#define CECHUB_HUB_CUMULUS_DUOMO	0x0031	/* cumulus+duomo from spec */
+#define CECHUB_HUB_CUMULUS_DUOMO	0x0030	/* cumulus+duomo from spec */
 	__be32		ec_level;
 	__be32		aff_dom2;	/* HDAT < v9.x only */
 	__be32		aff_dom3;	/* HDAT < v9.x only */