Tag: 7c5367f205f7d53659fb19b9fdf65b7bc1a592c6

drivers/mmc/host/imxmmc.c: adjust confusing if indentation

Author: Julia Lawall <julia@diku.dk> Move the second if (reg & …) test into the branch indicated by its indentation. The test was previously always executed after the if containing that branch, but it was always false unless the if branch was taken. The semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // @r …

Continue reading