Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1199857 > unrolled thread
| Started by | "Tirdea, Irina" <irina.tirdea@intel.com> |
|---|---|
| First post | 2015-08-04 16:00 +0200 |
| Last post | 2015-08-04 16:00 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
RE: [PATCH v3 2/8] eeprom: at24: use i2c_smbus_read_i2c_block_data_or_emulated "Tirdea, Irina" <irina.tirdea@intel.com> - 2015-08-04 16:00 +0200
| From | "Tirdea, Irina" <irina.tirdea@intel.com> |
|---|---|
| Date | 2015-08-04 16:00 +0200 |
| Subject | RE: [PATCH v3 2/8] eeprom: at24: use i2c_smbus_read_i2c_block_data_or_emulated |
| Message-ID | <pTKV4-3Un-9@gated-at.bofh.it> |
> -----Original Message-----
> From: Wolfram Sang [mailto:wsa@the-dreams.de]
> Sent: 01 August, 2015 22:58
> To: Tirdea, Irina
> Cc: Jonathan Cameron; linux-iio@vger.kernel.org; linux-i2c@vger.kernel.org; linux-kernel@vger.kernel.org; Pandruvada, Srinivas;
> Peter Meerwald
> Subject: Re: [PATCH v3 2/8] eeprom: at24: use i2c_smbus_read_i2c_block_data_or_emulated
>
> > + if (at24->use_smbus) {
> > + status =
> > + i2c_smbus_read_i2c_block_data_or_emulated(client,
> > + offset,
> > + count,
> > + buf);
>
> Please ignore checkpatch warnings for this one and find a nice readable
> way to squeeze that into two lines.
Sure, I will fix this.
Thanks,
Irina
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to top | Article view | linux.kernel
csiph-web