Tag: 4498dbcd2d85b67e9f46790bcfee5860d2dd1762

staging: rtl8193*: Remove double test

Author: Julia Lawall <julia@diku.dk> The 1 element of the array is tested twice. Change the code so that the remaining 3 element of the array is tested instead of testing the 1 element a second time. The sematic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) // @expression@ expression E; @@ ( * E …

Continue reading