diff options
| author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 2003-04-22 02:31:31 +0000 |
|---|---|---|
| committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 2003-04-22 02:31:31 +0000 |
| commit | 85b2d114c06968ba3412d6fa0a39cb6b364101ca (patch) | |
| tree | 41db342b93338fa6fdc7c27329c2decfab4ceb76 /sys/dev/firewire | |
| parent | 148eac48f142b1f0af49ef83abadc81dffd1d97c (diff) | |
Notes
Diffstat (limited to 'sys/dev/firewire')
| -rw-r--r-- | sys/dev/firewire/fwdev.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/firewire/fwdev.c b/sys/dev/firewire/fwdev.c index 9e4673e3ddbff..02b927e962237 100644 --- a/sys/dev/firewire/fwdev.c +++ b/sys/dev/firewire/fwdev.c @@ -522,8 +522,8 @@ fw_ioctl (dev_t dev, u_long cmd, caddr_t data, int flag, fw_proc *td) err = EINVAL; goto error; } - xfer->dst = fwdev->dst; - fp->mode.hdr.dst = FWLOCALBUS | xfer->dst; + xfer->dst = FWLOCALBUS | fwdev->dst; + fp->mode.hdr.dst = xfer->dst; break; case FWASRESTL: /* XXX what's this? */ |
