From patchwork Thu Jun 13 18:56:48 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sean Young X-Patchwork-Id: 10993551 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 58A1C13AF for ; Thu, 13 Jun 2019 18:56:52 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4898322B27 for ; Thu, 13 Jun 2019 18:56:52 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 3C65223201; Thu, 13 Jun 2019 18:56: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 D3A0422B27 for ; Thu, 13 Jun 2019 18:56:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728666AbfFMS4v (ORCPT ); Thu, 13 Jun 2019 14:56:51 -0400 Received: from gofer.mess.org ([88.97.38.141]:51661 "EHLO gofer.mess.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727273AbfFMS4v (ORCPT ); Thu, 13 Jun 2019 14:56:51 -0400 Received: by gofer.mess.org (Postfix, from userid 1000) id 103D4602BB; Thu, 13 Jun 2019 19:56:48 +0100 (BST) Date: Thu, 13 Jun 2019 19:56:48 +0100 From: Sean Young To: linux-media@vger.kernel.org Subject: [GIT PULL FOR v5.3] Minor fixes Message-ID: <20190613185648.54amkmeq64dn5xu7@gofer.mess.org> MIME-Version: 1.0 Content-Disposition: inline User-Agent: NeoMutt/20170113 (1.7.2) 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 Hi Mauro, Just some minor fixes. Thanks, Sean --- The following changes since commit 3dad39e67cca68b321073cecabf2d7d1103d97d5: media: imx214: Fix typo in module description of imx214 (2019-06-12 10:47:15 -0400) are available in the Git repository at: git://linuxtv.org/syoung/media_tree.git for-v5.3d for you to fetch changes up to ae39641d3d75c9d312cbf4fa2655dd0be19f60da: media: rc: IR signal for Panasonic air conditioner too long (2019-06-13 19:18:30 +0100) ---------------------------------------------------------------- Colin Ian King (1): media: stv090x: fix double free on state object Sean Young (1): media: rc: IR signal for Panasonic air conditioner too long YueHaibing (1): media: ttpci: Fix build error without RC_CORE drivers/media/dvb-frontends/stv090x.c | 1 - drivers/media/pci/ttpci/Kconfig | 3 ++- drivers/media/rc/lirc_dev.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)