Fix raw1394_start_iso_write() which uses wrong variable.

git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@39 53a565d1-3bb7-0310-b661-cf11e63c67ab
This commit is contained in:
aeb 2000-09-13 23:24:53 +00:00
parent d93e0e84c9
commit aa2c8b55b3
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ int raw1394_start_iso_write(struct raw1394_handle *handle, unsigned int channel,
req->type = RAW1394_REQ_ISO_SEND;
req->generation = handle->generation;
req->tag = tag;
req->tag = rawtag;
req->address = ((__u64)channel << 48) | speed;
req->misc = (tag << 16) | sy;