On 11/05/2017 02:41, David Gibson wrote: > On Wed, May 10, 2017 at 05:05:34PM -0300, Philippe Mathieu-Daudé wrote: >> Applied using Coccinelle script. >> >> Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> > > Reviewed-by: David Gibson <da...@gibson.dropbear.id.au>
David, look at Nikunj's comments: only the two first changes are correct. 'andi" uses a mask, but extract uses a 'width'. Philippe's changes work only when mask = 1. Thanks, Laurent