Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1614103
| From | simran singhal <singhalsimran0@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/3] staging: iio: Remove useless type conversion |
| Date | 2017-03-31 17:20 +0200 |
| Message-ID | <tr6vf-6i4-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This patch-series removes some type conversions like casting a pointer to a pointer of same type, casting to the original type using addressof(&) operator etc. simran singhal (3): staging: iio: accel: Remove useless type conversion staging: iio: frequency: Remove useless type conversion staging: iio: light: Remove useless type conversion drivers/staging/iio/accel/adis16201.c | 2 +- drivers/staging/iio/accel/adis16203.c | 2 +- drivers/staging/iio/accel/adis16209.c | 2 +- drivers/staging/iio/accel/adis16240.c | 6 +++--- drivers/staging/iio/frequency/ad9832.c | 2 +- drivers/staging/iio/light/tsl2x7x_core.c | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) -- 2.7.4
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 0/3] staging: iio: Remove useless type conversion simran singhal <singhalsimran0@gmail.com> - 2017-03-31 17:20 +0200
csiph-web