commit | d6372b6e7c6142e6cc2108b3b850584cd7ade106 | [log] [tgz] |
---|---|---|
author | Clemens Ladisch <clemens@ladisch.de> | Mon Apr 12 10:35:18 2010 +0200 |
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | Mon Apr 19 19:58:32 2010 +0200 |
tree | 14ae5783465c1f987de1d33e5a2a70db71acbb0a | |
parent | 3a1f0a0e3d871e3d3e08a1429009992151becda8 [diff] |
firewire: core: fw_iso_resource_manage: return -EBUSY when out of resources Returning -EIO for all errors would not allow clients to determine if the resource allocation process itself failed, or if the resources are not available. (The latter information is needed by CMP to synchronize restoring of overlayed connections after a bus reset.) Signed-off-by: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>