[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [Bug 1655702] Re: qemu/hw/char/exynos4210_uart.c: possible
From: |
Peter Maydell |
Subject: |
[Qemu-devel] [Bug 1655702] Re: qemu/hw/char/exynos4210_uart.c: possible pointless local variable ? |
Date: |
Mon, 06 Feb 2017 16:46:21 -0000 |
Now fixed in git master, commit e62694a078f182.
** Changed in: qemu
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1655702
Title:
qemu/hw/char/exynos4210_uart.c: possible pointless local variable ?
Status in QEMU:
Fix Committed
Bug description:
$ 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.
To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1655702/+subscriptions
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Qemu-devel] [Bug 1655702] Re: qemu/hw/char/exynos4210_uart.c: possible pointless local variable ?,
Peter Maydell <=