diff options
author | Uwe Stuehler <uwe@cvs.openbsd.org> | 2007-06-06 22:48:01 +0000 |
---|---|---|
committer | Uwe Stuehler <uwe@cvs.openbsd.org> | 2007-06-06 22:48:01 +0000 |
commit | abc3568444fb55219ab0429a1cb54937e613a29a (patch) | |
tree | 3d61ae2685ae38f4ddaaf121d75bac6ba0ed8d7c /sys/dev/sdmmc | |
parent | 848c41bdfbd7fce5fd07bdaf8ac5e7ba5ac60aee (diff) |
Let it compile with SBT_DEBUG
Diffstat (limited to 'sys/dev/sdmmc')
-rw-r--r-- | sys/dev/sdmmc/sbt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sdmmc/sbt.c b/sys/dev/sdmmc/sbt.c index 956f537e897..9664bf10b70 100644 --- a/sys/dev/sdmmc/sbt.c +++ b/sys/dev/sdmmc/sbt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sbt.c,v 1.5 2007/06/03 21:57:38 uwe Exp $ */ +/* $OpenBSD: sbt.c,v 1.6 2007/06/06 22:48:00 uwe Exp $ */ /* * Copyright (c) 2007 Uwe Stuehler <uwe@openbsd.org> @@ -406,7 +406,7 @@ sbt_start(struct hci_unit *unit, struct ifqueue *q, int xmit) case BTF_XMIT_ACL: what = "ACL"; break; - case BTF_XMIT_SCL: + case BTF_XMIT_SCO: what = "SCO"; break; } |