summaryrefslogtreecommitdiffstats
path: root/sys/dev/hptmv
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2005-09-08 14:13:36 +0000
committerscottl <scottl@FreeBSD.org>2005-09-08 14:13:36 +0000
commit28cd9f962898edb79beaf6cde6cdd90a29cbc061 (patch)
treea0cbc74815c0ed27383ed54de1ce22ecf13c1b9a /sys/dev/hptmv
parentd937ab24bb229535b0083dd2c37bca67f4ec2cea (diff)
downloadFreeBSD-src-28cd9f962898edb79beaf6cde6cdd90a29cbc061.zip
FreeBSD-src-28cd9f962898edb79beaf6cde6cdd90a29cbc061.tar.gz
Fix a typo that broke LINT.
Diffstat (limited to 'sys/dev/hptmv')
-rw-r--r--sys/dev/hptmv/entry.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hptmv/entry.c b/sys/dev/hptmv/entry.c
index 8e550f2..6b7631e 100644
--- a/sys/dev/hptmv/entry.c
+++ b/sys/dev/hptmv/entry.c
@@ -2167,7 +2167,7 @@ hpt_action(struct cam_sim *sim, union ccb *ccb)
PBUS_DMAMAP pmap;
_VBUS_INST(&pAdapter->VBus)
- CAM_DEBUG(ccb->ccb_h->path, CAM_DEBUG_TRACE, ("hpt_action\n"));
+ CAM_DEBUG(ccb->ccb_h.path, CAM_DEBUG_TRACE, ("hpt_action\n"));
KdPrint(("hpt_action(%lx,%lx{%x})\n", (u_long)sim, (u_long)ccb, ccb->ccb_h.func_code));
switch (ccb->ccb_h.func_code)
OpenPOWER on IntegriCloud