Tag: 4700ebd1c355102f711dbf49ce7b22e943b1132b

arch/powerpc/platforms/85xx/p1022_ds.c: adjust duplicate test

Author: Julia Lawall <Julia.Lawall@lip6.fr> Delete successive tests to the same location. The code tested the result of a previous call, that itself was already tested. It is changed to test the result of the most recent call. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // @s exists@ …

Lire la suite