[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <201106230952.09286.alexander.stein@systec-electronic.com>
Date: Thu, 23 Jun 2011 09:52:08 +0200
From: Alexander Stein <alexander.stein@...tec-electronic.com>
To: Tomoya MORINAGA <tomoya-linux@....okisemi.com>
Cc: Jean Delvare <khali@...ux-fr.org>, Ben Dooks <ben-linux@...ff.org>,
Wolfram Sang <w.sang@...gutronix.de>,
Qi Wang <qi.wang@...el.com>,
Linus Walleij <linus.walleij@...ricsson.com>,
linux-i2c@...r.kernel.org, linux-kernel@...r.kernel.org,
yong.y.wang@...el.com, joel.clark@...el.com,
kok.howg.ewe@...el.com, toshiharu-linux@....okisemi.com
Subject: Re: [PATCH] i2c-eg20t : Fix the issue of Combined R/W transfer mode
On Thursday 23 June 2011 09:17:10 Tomoya MORINAGA wrote:
> @@ -672,7 +672,7 @@ static s32 pch_i2c_xfer(struct i2c_adapter *i2c_adap,
> /* transfer not completed */
> adap->pch_i2c_xfer_in_progress = true;
>
> - for (i = 0; i < num; i++) {
> + for (i = 0; i < num && ret >= 0; i++) {
> pmsg = &msgs[i];
> pmsg->flags |= adap->pch_buff_mode_en;
> status = pmsg->flags;
Do you have any other local pending patches which are not in git yet? I can't
find this for loop in current master.
Regards,
Alexander
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists