On Tue, Sep 1, 2015 at 1:58 PM, Alistair Francis <alistai...@gmail.com> wrote: > On Tue, Jul 21, 2015 at 10:17 AM, <fred.kon...@greensocs.com> wrote: >> From: KONRAD Frederic <fred.kon...@greensocs.com> >> >> Seems this field is not needed. > > The commit message should be updated to represent the patch. > >> >> Signed-off-by: KONRAD Frederic <fred.kon...@greensocs.com> > > Otherwise: > > Reviewed-by: Alistair Francis <alistair.fran...@xilinx.com>
Just so these don't get forgotten: Tested-By: Hyun Kwon <hyun.k...@xilinx.com> Thanks, Alistair > > Thanks, > > Alistair > >> --- >> hw/i2c/core.c | 1 - >> 1 file changed, 1 deletion(-) >> >> diff --git a/hw/i2c/core.c b/hw/i2c/core.c >> index 5a64026..e0f92de 100644 >> --- a/hw/i2c/core.c >> +++ b/hw/i2c/core.c >> @@ -13,7 +13,6 @@ struct I2CBus >> { >> BusState qbus; >> I2CSlave *current_dev; >> - I2CSlave *dev; >> uint8_t saved_address; >> }; >> >> -- >> 1.9.0 >> >>