[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1342611142.7530.17.camel@brekeke>
Date: Wed, 18 Jul 2012 14:32:22 +0300
From: Artem Bityutskiy <dedekind1@...il.com>
To: Shmulik Ladkani <shmulik.ladkani@...il.com>
Cc: linux-mtd@...ts.infradead.org, linux-kernel@...r.kernel.org,
Richard Weinberger <richard@....at>,
Richard Genoud <richard.genoud@...il.com>
Subject: Re: [PATCH 5/5] ubi: harmonize the update of ubi->beb_rsvd_pebs
On Wed, 2012-07-04 at 11:06 +0300, Shmulik Ladkani wrote:
> + need = ubi->avail_pebs >= need ? need : ubi->avail_pebs;
Changed this line to
need = min_t(int, need, ubi->avail_pebs);
and pushed to the master branch. Thanks!
--
Best Regards,
Artem Bityutskiy
Download attachment "signature.asc" of type "application/pgp-signature" (837 bytes)
Powered by blists - more mailing lists