Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1199857
| From | "Tirdea, Irina" <irina.tirdea@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | RE: [PATCH v3 2/8] eeprom: at24: use i2c_smbus_read_i2c_block_data_or_emulated |
| Date | 2015-08-04 16:00 +0200 |
| Message-ID | <pTKV4-3Un-9@gated-at.bofh.it> (permalink) |
| References | <pI5BT-6Na-1@gated-at.bofh.it> <pI5BU-6Na-25@gated-at.bofh.it> <pSL6N-69W-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
> -----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 linux.kernel | Previous | Next | Find similar | Unroll thread
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
csiph-web