Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
firewire: ohci: release channel in error path
firewire-ohci keeps book of which isochronous channels are occupied by IR DMA contexts, so that there cannot be more than one context listening to a certain channel. If IR context creation failed due to an out-of-memory condition, this bookkeeping leaked a channel. Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
- Loading branch information