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: 57788 Received: from vger.kernel.org ([209.132.180.67]) by www.linuxtv.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hsWMA-0002Y1-E3; Tue, 30 Jul 2019 17:56:14 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387502AbfG3R4L (ORCPT + 1 other); 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 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(-)