From: Jonathan Cameron <jic23@kernel.org>
To: Sachin Kamat <sachin.kamat@linaro.org>
Cc: linux-iio@vger.kernel.org
Subject: Re: [PATCH 2/5] iio: gyro: adis16260: Remove redundant break
Date: Sat, 14 Sep 2013 11:37:32 +0100 [thread overview]
Message-ID: <52343C6C.2060905@kernel.org> (raw)
In-Reply-To: <1378894829-8173-2-git-send-email-sachin.kamat@linaro.org>
On 09/11/13 11:20, Sachin Kamat wrote:
> 'break' after return is redundant. Remove it.
>
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Applied to the togreg branch of iio.git
> ---
> drivers/iio/gyro/adis16260.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/drivers/iio/gyro/adis16260.c b/drivers/iio/gyro/adis16260.c
> index 0654116..22b6fb8 100644
> --- a/drivers/iio/gyro/adis16260.c
> +++ b/drivers/iio/gyro/adis16260.c
> @@ -239,7 +239,6 @@ static int adis16260_read_raw(struct iio_dev *indio_dev,
> default:
> return -EINVAL;
> }
> - break;
> case IIO_CHAN_INFO_OFFSET:
> *val = 250000 / 1453; /* 25 C = 0x00 */
> return IIO_VAL_INT;
>
next prev parent reply other threads:[~2013-09-14 9:37 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-11 10:20 [PATCH 1/5] iio: gyro: adis16130: Remove redundant break Sachin Kamat
2013-09-11 10:20 ` [PATCH 2/5] iio: gyro: adis16260: " Sachin Kamat
2013-09-14 10:37 ` Jonathan Cameron [this message]
2013-09-11 10:20 ` [PATCH 3/5] iio: gyro: adxrs450: " Sachin Kamat
2013-09-14 10:37 ` Jonathan Cameron
2013-09-11 10:20 ` [PATCH 4/5] iio: dac: ad5686: " Sachin Kamat
2013-09-14 10:37 ` Jonathan Cameron
2013-09-11 10:20 ` [PATCH 5/5] staging: iio: tsl2x7x_core: " Sachin Kamat
2013-09-14 10:37 ` Jonathan Cameron
2013-09-14 10:37 ` [PATCH 1/5] iio: gyro: adis16130: " Jonathan Cameron
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52343C6C.2060905@kernel.org \
--to=jic23@kernel.org \
--cc=linux-iio@vger.kernel.org \
--cc=sachin.kamat@linaro.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.