summaryrefslogtreecommitdiff
path: root/usr/src/uts/i86pc/os/smb_dev.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/i86pc/os/smb_dev.c')
-rw-r--r--usr/src/uts/i86pc/os/smb_dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/i86pc/os/smb_dev.c b/usr/src/uts/i86pc/os/smb_dev.c
index 11567548ea..876df1ed2a 100644
--- a/usr/src/uts/i86pc/os/smb_dev.c
+++ b/usr/src/uts/i86pc/os/smb_dev.c
@@ -148,7 +148,7 @@ smbios_open(const char *file, int version, int flags, int *errp)
} else if (smb3 != NULL) {
ep_type = SMBIOS_ENTRY_POINT_30;
p = smb3;
- } else if (smb2 != NULL) {
+ } else {
ep_type = SMBIOS_ENTRY_POINT_21;
p = smb2;
}