Skip to content

Commit 3e7a3c2

Browse files
committed
Warning fix.
1 parent 6947c25 commit 3e7a3c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dmioem.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ int dmi_decode_oem(struct dmi_header *h)
147147
{
148148
case VENDOR_HP:
149149
return dmi_decode_hp(h);
150+
default:
151+
return 0;
150152
}
151-
return 0;
152153
}

0 commit comments

Comments
 (0)