From patchwork Tue Jul 30 17:55:53 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 11066407 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 51F261395 for ; Tue, 30 Jul 2019 17:56:14 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 453AB2845E for ; Tue, 30 Jul 2019 17:56:14 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 393C6284B9; Tue, 30 Jul 2019 17:56: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 7BA9028660 for ; Tue, 30 Jul 2019 17:56:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387502AbfG3R4L (ORCPT ); Tue, 30 Jul 2019 13:56:11 -0400 Received: from sauhun.de ([88.99.104.3]:55972 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726167AbfG3R4L (ORCPT ); Tue, 30 Jul 2019 13:56:11 -0400 Received: from localhost (p54B33338.dip0.t-ipconnect.de [84.179.51.56]) by pokefinder.org (Postfix) with ESMTPSA id 5642A2C7BD8; Tue, 30 Jul 2019 19:56:09 +0200 (CEST) From: Wolfram Sang To: linux-i2c@vger.kernel.org Cc: Sean Young , linux-media@vger.kernel.org, Wolfram Sang Subject: [PATCH v2 0/2] media: ir-kbd-i2c: convert to devm_i2c_new_dummy_device & minor cleanup Date: Tue, 30 Jul 2019 19:55:53 +0200 Message-Id: <20190730175555.14098-1-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 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 This series is part of a tree-wide movement to replace the I2C API call 'i2c_new_dummy' which returns NULL with its new counterpart returning an ERRPTR. It was manually converted and only build tested. A small cleanup was added while working on this driver. Looking for ack/rev/test for this series. The series is based on v5.3-rc2. Happy hacking, Wolfram Wolfram Sang (2): media: ir-kbd-i2c: convert to i2c_new_dummy_device() media: ir-kbd-i2c: remove outdated comments drivers/media/i2c/ir-kbd-i2c.c | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-)