The self assignment of temporary is redundant and can be removed.
Detected using coccinelle.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
        } else if (abc == 0x7) {
                if (Errors <= 4) {
                        temporary = (Errors * 1000000000) / (8 * (1 << 14));
-                       temporary =  temporary;
                } else if (Errors <= 42) {
                        temporary = (Errors * 100000000) / (8 * (1 << 14));
                        temporary = temporary * 10;
        else if (abc == 0x9) {
                if (Errors <= 4) {
                        temporary = (Errors * 1000000000) / (8 * (1 << 8));
-                       temporary =  temporary;
                } else if (Errors <= 42) {
                        temporary = (Errors * 100000000) / (8 * (1 << 8));
                        temporary = temporary * 10;