summaryrefslogtreecommitdiffstats
path: root/loader2/hardware.c
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-10-05 21:00:39 +0000
committerChris Lumens <clumens@redhat.com>2007-10-05 21:00:39 +0000
commitadd35a4599cd4877cfa26ddc496d842f1df58381 (patch)
tree53d098c21ad1ae49966cf59479d17ea997f68d49 /loader2/hardware.c
parent9ff240b3fba37107a68c580d22bfc5562ee104c0 (diff)
downloadanaconda-add35a4599cd4877cfa26ddc496d842f1df58381.tar.gz
anaconda-add35a4599cd4877cfa26ddc496d842f1df58381.tar.xz
anaconda-add35a4599cd4877cfa26ddc496d842f1df58381.zip
Fix typo.
Diffstat (limited to 'loader2/hardware.c')
-rw-r--r--loader2/hardware.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/hardware.c b/loader2/hardware.c
index 1f7324ab5..06732925e 100644
--- a/loader2/hardware.c
+++ b/loader2/hardware.c
@@ -117,7 +117,7 @@ static int detectHardware(moduleInfoSet modInfo, char *** modules) {
} else if (FL_NONET(flags) && ((*device)->type == CLASS_NETWORK)) {
logMessage(DEBUGLVL, "ignoring network device %s (%s)",
(*device)->desc, driver);
- } else if (((*device)->type == CLASS_NETWORK) && !strcmp(driver, "ssb"))
+ } else if (((*device)->type == CLASS_NETWORK) && !strcmp(driver, "ssb")) {
/* FIXME: this is a bit of a hack to work around #311421 */
logMessage(DEBUGLVL, "ignoring network device using ssb driver (%s)",
(*device)->desc);