[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAH6sp9N2-Z5qMmBTJ5-kyBtQ58wAXXC3JSO6YfBC=f+ZY4sucw@mail.gmail.com>
Date: Thu, 29 Jun 2017 21:26:37 +0200
From: Frans Klaver <fransklaver@...il.com>
To: Brian Masney <masneyb@...tation.org>
Cc: jic23@...nel.org, linux-iio@...r.kernel.org,
driverdevel <devel@...verdev.osuosl.org>, lars@...afoo.de,
Greg KH <gregkh@...uxfoundation.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Jon.Brenner@....com, pmeerw@...erw.net, knaack.h@....de
Subject: Re: [PATCH 3/6] staging: iio: tsl2x7x: remove tsl2x7x_i2c_read()
On Thu, Jun 29, 2017 at 7:03 PM, Brian Masney <masneyb@...tation.org> wrote:
> tsl2x7x_i2c_read() would call i2c_smbus_write_byte() and
> i2c_smbus_read_byte(). These two i2c functions can be replaced with a
> single call to i2c_smbus_read_byte_data(). This patch removes the
> tsl2x7x_i2c_read() function and replaces all occurances with a call to
> i2c_smbus_read_byte_data().
s,occurances,occurrences,
Frans
Powered by blists - more mailing lists