Return-Path: <SRS0=5nFi=5L=vger.kernel.org=linux-iio-owner@kernel.org>
Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org
[172.30.200.123])
by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id E980D161F
for <patchwork-linux-iio@patchwork.kernel.org>;
Thu, 26 Mar 2020 21:09:59 +0000 (UTC)
Received: from vger.kernel.org (vger.kernel.org [209.132.180.67])
by mail.kernel.org (Postfix) with ESMTP id D4CC02073E
for <patchwork-linux-iio@patchwork.kernel.org>;
Thu, 26 Mar 2020 21:09:59 +0000 (UTC)
Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand
id S1727821AbgCZVJ6 (ORCPT
<rfc822;patchwork-linux-iio@patchwork.kernel.org>);
Thu, 26 Mar 2020 17:09:58 -0400
Received: from sauhun.de ([88.99.104.3]:54366 "EHLO pokefinder.org"
rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP
id S1727720AbgCZVJ6 (ORCPT <rfc822;linux-iio@vger.kernel.org>);
Thu, 26 Mar 2020 17:09:58 -0400
Received: from localhost (p54B3331F.dip0.t-ipconnect.de [84.179.51.31])
by pokefinder.org (Postfix) with ESMTPSA id F26FE2C1F84;
Thu, 26 Mar 2020 22:09:56 +0100 (CET)
From: Wolfram Sang <wsa+renesas@sang-engineering.com>
To: linux-i2c@vger.kernel.org
Cc: Wolfram Sang <wsa+renesas@sang-engineering.com>,
linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [PATCH 0/1] iio: convert to use new I2C API
Date: Thu, 26 Mar 2020 22:09:54 +0100
Message-Id: <20200326210955.12991-1-wsa+renesas@sang-engineering.com>
X-Mailer: git-send-email 2.20.1
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Sender: linux-iio-owner@vger.kernel.org
Precedence: bulk
List-ID: <linux-iio.vger.kernel.org>
X-Mailing-List: linux-iio@vger.kernel.org
We are deprecating calls which return NULL in favor of new variants which
return an ERR_PTR.
Wolfram Sang (1):
iio: imu: inv_mpu6050: convert to use i2c_new_client_device()
drivers/iio/imu/inv_mpu6050/inv_mpu_acpi.c | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)