From patchwork Thu Jul 26 11:59:00 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Ira Krufky X-Patchwork-Id: 10545663 Return-Path: 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 D983614BC for ; Thu, 26 Jul 2018 11:59:14 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C8B002B075 for ; Thu, 26 Jul 2018 11:59:14 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id BCC952B0AE; Thu, 26 Jul 2018 11:59:14 +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 D8A0F2B075 for ; Thu, 26 Jul 2018 11:59:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729873AbeGZNPm (ORCPT ); Thu, 26 Jul 2018 09:15:42 -0400 Received: from mail-qt0-f180.google.com ([209.85.216.180]:46002 "EHLO mail-qt0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729370AbeGZNPm (ORCPT ); Thu, 26 Jul 2018 09:15:42 -0400 Received: by mail-qt0-f180.google.com with SMTP id y5-v6so1193683qti.12 for ; Thu, 26 Jul 2018 04:59:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=yxE/F44tpbnN3AxUued+wgz4Bc7qleUfFTUsSLadRdY=; b=K8whkm0R3/HGDi5gpBabYu3LTrV1dEozBw/egT3xcmhc+D/bmaTzyEDf2kQkyp6blz oRxG/va3P7bQ1Lwc8g40cD5vv+2KIyFmAkDdHcM4zcUgOoGlG7E0IGXXYy9SAkIV0HDz otLMYP5k42DHT1PybklmnkPMwMIy6hw6oLR4FjjmWYaiSR1zR+JbH/eFNCgNKn46XJH1 zmxEfIu9oOoSn7Jez1nlhC/EXpAJsK+cRpDHtzU19NYnOkfagA2mkYsZ4D/YKUlHH5p5 6A4RJT1fzVIg3iXRclSjebAtCP21LJDDBVGoa0Z++Idee3JyvsizDOO2Uf8WYJqmlujv SzBg== X-Gm-Message-State: AOUpUlG6LZp+k0nqTjc2AxgsBYDOQHPz3AtjMOVjKrloCJ2NqHIeoRcm dMs0TTQKFrCBplfj5Nz0pZ0JxIvKEZEMNHRESAJEEUXa X-Google-Smtp-Source: AAOMgpdgqHK5Ox/FyGSEO+c3wSJaTnTn9cALM/YECc0lOsVDHO1j2rtbmLhD1kaposJWRMeBMNQbZYsIJ90W4xchu5g= X-Received: by 2002:ac8:33c2:: with SMTP id d2-v6mr1374082qtb.323.1532606351647; Thu, 26 Jul 2018 04:59:11 -0700 (PDT) MIME-Version: 1.0 From: Michael Ira Krufky Date: Thu, 26 Jul 2018 07:59:00 -0400 Message-ID: Subject: To: linux-media Cc: Brad Love , Mauro Carvalho Chehab , mchehab+samsung@kernel.org Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hello Mauro, The following three patches from Brad Love are urgently needed for merge ASAP. One just removes a duplicated PID, so it's not as important but should be merged ASAP nonetheless. The other two fix an OOPS along with broken dual transport streaming operation. Please merge ASAP. The following changes since commit 7ba2eb72f843fb79de1857a39f9a7e8006f8133b: media: dib0700: add code comment (2018-07-25 14:55:59 -0400) are available in the Git repository at: ssh://linuxtv.org:/home/mkrufky/git/dvb.git for you to fetch changes up to f7869d3cd1705c1d7f883d364a1fe52085d219c4: em28xx: Remove duplicate PID (2018-07-26 07:42:52 -0400) ---------------------------------------------------------------- Brad Love (3): em28xx: Fix dual transport stream operation em28xx: Fix DualHD disconnect oops em28xx: Remove duplicate PID drivers/media/usb/em28xx/em28xx-cards.c | 6 +++--- drivers/media/usb/em28xx/em28xx-dvb.c | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-)