Tag: 0cf7a6338808d702c256778188516a16805e6145

USB: gadget: amd5536udc.c: Remove double test

Author: Julia Lawall <julia@diku.dk> The same expression is tested twice and the result is the same each time. Instead test for use_dma_ppb as in the test above. The sematic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // @expression@ expression E; @@ ( * E || … || E | * E && … …

Continue reading