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:
Jérôme Duval 2010-03-14 18:52:07 +00:00
parent b9b8a156d4
commit f406c2a4de

View File

@ -929,7 +929,7 @@ out:
free(ptr);
break;
default:
fc->ioctl (cookie, cmd, data, length);
fc->ioctl (fc, cmd, data, length);
break;
}
return err;