qemu-devel
[Top][All Lists]
Advanced

[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: Thomas Huth
Subject: [Qemu-devel] [Bug 1655702] Re: qemu/hw/char/exynos4210_uart.c: possible pointless local variable ?
Date: Mon, 24 Apr 2017 07:35:34 -0000

** Changed in: qemu
       Status: Fix Committed => Fix Released

-- 
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 Released

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]