aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/digi
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2006-05-25 22:04:46 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2006-05-25 22:04:46 +0000
commitbc5521260c55162def49be94304aa9adf3c7be28 (patch)
treeec966f5ef352f0c98e8141b58685c3b8b7eb0b3a /sys/dev/digi
parent4ba3b38b64f33353b293c85335b88c2cb7f81d26 (diff)
Notes
Diffstat (limited to 'sys/dev/digi')
-rw-r--r--sys/dev/digi/digi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/digi/digi.c b/sys/dev/digi/digi.c
index b30542e97157..283c2cfa8c3f 100644
--- a/sys/dev/digi/digi.c
+++ b/sys/dev/digi/digi.c
@@ -783,7 +783,6 @@ digi_loadmoduledata(struct digi_softc *sc)
modlen = strlen(sc->module);
modfile = malloc(modlen + 6, M_TEMP, M_WAITOK);
snprintf(modfile, modlen + 6, "digi_%s", sc->module);
- res = linker_reference_module(modfile, NULL, &lf);
if ((res = linker_reference_module(modfile, NULL, &lf)) != 0)
printf("%s: Failed %d to autoload module\n", modfile, res);
free(modfile, M_TEMP);