From patchwork Fri Aug 3 22:06:39 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sakari Ailus X-Patchwork-Id: 10555515 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 BCABA174A for ; Fri, 3 Aug 2018 22:06:44 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9CFDA2C7B5 for ; Fri, 3 Aug 2018 22:06:44 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8F9402C7BF; Fri, 3 Aug 2018 22:06:44 +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 B0E372C7BC for ; Fri, 3 Aug 2018 22:06:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731952AbeHDAEu (ORCPT ); Fri, 3 Aug 2018 20:04:50 -0400 Received: from nblzone-211-213.nblnetworks.fi ([83.145.211.213]:39966 "EHLO hillosipuli.retiisi.org.uk" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729968AbeHDAEu (ORCPT ); Fri, 3 Aug 2018 20:04:50 -0400 Received: from valkosipuli.localdomain (valkosipuli.retiisi.org.uk [IPv6:2001:1bc8:1a6:d3d5::80:2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by hillosipuli.retiisi.org.uk (Postfix) with ESMTPS id 020AE634C7D for ; Sat, 4 Aug 2018 01:06:39 +0300 (EEST) Received: from sakke by valkosipuli.localdomain with local (Exim 4.89) (envelope-from ) id 1fliDX-0000vL-NI for linux-media@vger.kernel.org; Sat, 04 Aug 2018 01:06:39 +0300 Date: Sat, 4 Aug 2018 01:06:39 +0300 From: Sakari Ailus To: linux-media@vger.kernel.org Subject: [GIT PULL for 4.19] Fix for mt9v111 driver Message-ID: <20180803220639.j6to6cj6vao3oa2x@valkosipuli.retiisi.org.uk> 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, Here's one more patch for 4.19. It's a fix, but the driver isn't in the fixes branch so it's on master. Please pull. The following changes since commit 2c3449fb95c318920ca8dc645d918d408db219ac: media: usb: hackrf: Replace GFP_ATOMIC with GFP_KERNEL (2018-08-02 19:16:17 -0400) are available in the git repository at: ssh://linuxtv.org/git/sailus/media_tree.git for-4.19-5 for you to fetch changes up to 86f2c9ac5248b4a4d784a7af95270567bbb959e3: media: i2c: mt9v111: Fix v4l2-ctrl error handling (2018-08-04 01:05:44 +0300) ---------------------------------------------------------------- Jacopo Mondi (1): media: i2c: mt9v111: Fix v4l2-ctrl error handling drivers/media/i2c/mt9v111.c | 41 +++++++++++++---------------------------- 1 file changed, 13 insertions(+), 28 deletions(-)