We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d3232b commit 6947c25Copy full SHA for 6947c25
dmioem.c
@@ -90,7 +90,7 @@ static int dmi_decode_hp(struct dmi_header *h)
90
printf("\tNIC %d [NOT_INSTALLED]\n", nic);
91
else
92
{
93
- printf("\tNIC %d [%02x:%02x.%02x]",
+ printf("\tNIC %d [%02x:%02x.%x]",
94
nic, data[ptr+1], data[ptr]>>3, data[ptr]&7);
95
printf(" %02X:%02X:%02X:%02X:%02X:%02X\n",
96
data[ptr+2], data[ptr+3],
@@ -119,7 +119,7 @@ static int dmi_decode_hp(struct dmi_header *h)
119
120
121
122
123
124
125
0 commit comments