summary refs log tree commit diff stats
path: root/results/scraper/launchpad/1655702
blob: fbefde84a906e44593fda620e989e4bcd4af9cc6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
qemu/hw/char/exynos4210_uart.c: possible pointless local variable ?

$ fgrep frame_size qemu/hw/char/exynos4210_uart.c
    int speed, parity, data_bits, stop_bits, frame_size;
    frame_size = 1; /* start bit */
        frame_size++; /* parity bit */
    frame_size += data_bits + stop_bits;
$

Suggest either use it or delete it.

Thanks for the report -- patch sent to mailing list which deletes the variable.


Now fixed in git master, commit e62694a078f182.