From: fred.konrad@greensocs.com
To: qemu-devel@nongnu.org
Cc: peter.maydell@linaro.org, crosthwaitepeter@gmail.com,
alistair.francis@xilinx.com, edgar.iglesias@xilinx.com,
hyunk@xilinx.com, guillaume.delbergue@greensocs.com,
mark.burton@greensocs.com, fred.konrad@greensocs.com
Subject: [Qemu-devel] [PATCH V8 1/9] i2cbus: remove unused dev field
Date: Mon, 6 Jun 2016 16:21:39 +0200 [thread overview]
Message-ID: <1465222907-19168-2-git-send-email-fred.konrad@greensocs.com> (raw)
In-Reply-To: <1465222907-19168-1-git-send-email-fred.konrad@greensocs.com>
From: KONRAD Frederic <fred.konrad@greensocs.com>
The dev field in i2cbus is not used.
So just drop it.
Signed-off-by: KONRAD Frederic <fred.konrad@greensocs.com>
Reviewed-by: Alistair Francis <alistair.francis@xilinx.com>
Reviewed-by: Peter Crosthwaite <crosthwaite.peter@gmail.com>
Tested-By: Hyun Kwon <hyun.kwon@xilinx.com>
---
hw/i2c/core.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/hw/i2c/core.c b/hw/i2c/core.c
index ba22104..013ff68 100644
--- a/hw/i2c/core.c
+++ b/hw/i2c/core.c
@@ -14,7 +14,6 @@ struct I2CBus
{
BusState qbus;
I2CSlave *current_dev;
- I2CSlave *dev;
uint8_t saved_address;
};
--
1.8.3.1
next prev parent reply other threads:[~2016-06-06 14:22 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-06 14:21 [Qemu-devel] [PATCH V8 0/9] Xilinx DisplayPort fred.konrad
2016-06-06 14:21 ` fred.konrad [this message]
2016-06-06 14:21 ` [Qemu-devel] [PATCH V8 2/9] i2c: implement broadcast write fred.konrad
2016-06-06 14:21 ` [Qemu-devel] [PATCH V8 3/9] i2c: Factor our send() and recv() common logic fred.konrad
2016-06-06 14:21 ` [Qemu-devel] [PATCH V8 4/9] introduce aux-bus fred.konrad
2016-06-06 18:41 ` Alistair Francis
2016-06-07 7:02 ` KONRAD Frederic
2016-06-07 20:21 ` Alistair Francis
2016-06-06 14:21 ` [Qemu-devel] [PATCH V8 5/9] introduce dpcd module fred.konrad
2016-06-06 14:21 ` [Qemu-devel] [PATCH V8 6/9] hw/i2c-ddc.c: Implement DDC I2C slave fred.konrad
2016-06-06 14:21 ` [Qemu-devel] [PATCH V8 7/9] introduce xlnx-dpdma fred.konrad
2016-06-06 14:21 ` [Qemu-devel] [PATCH V8 8/9] introduce xlnx-dp fred.konrad
2016-06-06 19:02 ` Alistair Francis
2016-06-06 14:21 ` [Qemu-devel] [PATCH V8 9/9] arm: xlnx-zynqmp: Add xlnx-dp and xlnx-dpdma fred.konrad
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1465222907-19168-2-git-send-email-fred.konrad@greensocs.com \
--to=fred.konrad@greensocs.com \
--cc=alistair.francis@xilinx.com \
--cc=crosthwaitepeter@gmail.com \
--cc=edgar.iglesias@xilinx.com \
--cc=guillaume.delbergue@greensocs.com \
--cc=hyunk@xilinx.com \
--cc=mark.burton@greensocs.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).