diff options
Diffstat (limited to 'drivers/media/usb/pvrusb2/pvrusb2-context.c')
| -rw-r--r-- | drivers/media/usb/pvrusb2/pvrusb2-context.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/usb/pvrusb2/pvrusb2-context.c b/drivers/media/usb/pvrusb2/pvrusb2-context.c index 924fc4c6019a..fd888a604462 100644 --- a/drivers/media/usb/pvrusb2/pvrusb2-context.c +++ b/drivers/media/usb/pvrusb2/pvrusb2-context.c | |||
| @@ -398,7 +398,8 @@ int pvr2_channel_claim_stream(struct pvr2_channel *cp, | |||
| 398 | if (!sp) break; | 398 | if (!sp) break; |
| 399 | sp->user = cp; | 399 | sp->user = cp; |
| 400 | cp->stream = sp; | 400 | cp->stream = sp; |
| 401 | } while (0); pvr2_context_exit(cp->mc_head); | 401 | } while (0); |
| 402 | pvr2_context_exit(cp->mc_head); | ||
| 402 | return code; | 403 | return code; |
| 403 | } | 404 | } |
| 404 | 405 | ||
