diff options
| author | Christian Brueffer <brueffer@FreeBSD.org> | 2014-05-16 21:19:17 +0000 |
|---|---|---|
| committer | Christian Brueffer <brueffer@FreeBSD.org> | 2014-05-16 21:19:17 +0000 |
| commit | 73aa8b9a756944e20ec506f1f0c5ad13afc70e7a (patch) | |
| tree | 6935e3342b72ad15df5a5018531101c5054aff45 /sys/dev/firewire | |
| parent | 0f52e3eb91e3c6af8eddbe9036f221eb0cd34b3e (diff) | |
Notes
Diffstat (limited to 'sys/dev/firewire')
| -rw-r--r-- | sys/dev/firewire/sbp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/firewire/sbp.c b/sys/dev/firewire/sbp.c index 22ffc9479949..e922942cd489 100644 --- a/sys/dev/firewire/sbp.c +++ b/sys/dev/firewire/sbp.c @@ -2748,7 +2748,6 @@ sbp_dequeue_ocb(struct sbp_dev *sdev, struct sbp_status *sbp_status) struct sbp_ocb *ocb; struct sbp_ocb *next; int s = splfw(), order = 0; - int flags; SBP_DEBUG(1) device_printf(sdev->target->sbp->fd.dev, @@ -2762,7 +2761,6 @@ END_DEBUG SBP_LOCK(sdev->target->sbp); for (ocb = STAILQ_FIRST(&sdev->ocbs); ocb != NULL; ocb = next) { next = STAILQ_NEXT(ocb, ocb); - flags = ocb->flags; if (OCB_MATCH(ocb, sbp_status)) { /* found */ STAILQ_REMOVE(&sdev->ocbs, ocb, sbp_ocb, ocb); |
