On 08/10/2011 05:12 PM, Sergei Shtylyov wrote:
>> > -  pages = (pl022->cur_transfer->len>>  PAGE_SHIFT) + 1;
>> > +  pages = ((pl022->cur_transfer->len + (1 << PAGE_SHIFT) - 1)
>> > +                  >>  PAGE_SHIFT);
>     No need for parens around the rvalue.

Oops, that was a mistake. Anyway i have send V3 for the same and this issue
is not present anymore.

-- 
viresh

------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
spi-devel-general mailing list
spi-devel-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/spi-devel-general

Reply via email to