Return-Path: <linux-media-owner@kernel.org>
Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org
[172.30.200.125])
by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 0749C13BF
for <patchwork-linux-media@patchwork.kernel.org>;
Thu, 6 Dec 2018 20:26:53 +0000 (UTC)
Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1])
by mail.wl.linuxfoundation.org (Postfix) with ESMTP id ED87D2EE97
for <patchwork-linux-media@patchwork.kernel.org>;
Thu, 6 Dec 2018 20:26:52 +0000 (UTC)
Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486)
id E1C492F03A; Thu, 6 Dec 2018 20:26:52 +0000 (UTC)
X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on
pdx-wl-mail.web.codeaurora.org
X-Spam-Level:
X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI,
RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1
Received: from vger.kernel.org (vger.kernel.org [209.132.180.67])
by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 51DE02EE97
for <patchwork-linux-media@patchwork.kernel.org>;
Thu, 6 Dec 2018 20:26:52 +0000 (UTC)
Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand
id S1726186AbeLFU0q (ORCPT
<rfc822;patchwork-linux-media@patchwork.kernel.org>);
Thu, 6 Dec 2018 15:26:46 -0500
Received: from gofer.mess.org ([88.97.38.141]:42849 "EHLO gofer.mess.org"
rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP
id S1726141AbeLFU02 (ORCPT <rfc822;linux-media@vger.kernel.org>);
Thu, 6 Dec 2018 15:26:28 -0500
Received: by gofer.mess.org (Postfix, from userid 1000)
id A5674607A9; Thu, 6 Dec 2018 20:26:27 +0000 (GMT)
Date: Thu, 6 Dec 2018 20:26:27 +0000
From: Sean Young <sean@mess.org>
To: linux-media@vger.kernel.org
Subject: [GIT PULL FOR v4.21] Two DVB patches
Message-ID: <20181206202627.ncavxzz2xkqd264h@gofer.mess.org>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: NeoMutt/20170113 (1.7.2)
Sender: linux-media-owner@vger.kernel.org
Precedence: bulk
List-ID: <linux-media.vger.kernel.org>
X-Mailing-List: linux-media@vger.kernel.org
X-Virus-Scanned: ClamAV using ClamSMTP
Hi Mauro,
Two small dvb fixes which would be nice to have in 4.21.
Thanks,
Sean
The following changes since commit 3c28b91380dd1183347d32d87d820818031ebecf:
media: stkwebcam: Bugfix for wrong return values (2018-12-05 14:10:48 -0500)
are available in the Git repository at:
git://linuxtv.org/syoung/media_tree.git for-v4.21d
for you to fetch changes up to 92ca069d61c96701c8660c114bbf8b772b4a33db:
media: lmedm04: Move interrupt buffer to priv buffer. (2018-12-06 20:15:14 +0000)
----------------------------------------------------------------
Malcolm Priestley (2):
media: lmedm04: Add missing usb_free_urb to free interrupt urb.
media: lmedm04: Move interrupt buffer to priv buffer.
drivers/media/usb/dvb-usb-v2/lmedm04.c | 29 ++++++++++-------------------
1 file changed, 10 insertions(+), 19 deletions(-)