pass the firewire comm cookie instead of the bus driver cookie
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35861 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
b9b8a156d4
commit
f406c2a4de
@ -929,7 +929,7 @@ out:
|
||||
free(ptr);
|
||||
break;
|
||||
default:
|
||||
fc->ioctl (cookie, cmd, data, length);
|
||||
fc->ioctl (fc, cmd, data, length);
|
||||
break;
|
||||
}
|
||||
return err;
|
||||
|
Loading…
Reference in New Issue
Block a user