spapr.c: remove duplicated assert in spapr_memory_unplug_request()
commit41c8ad3d920d6f1741b34bfdfaa72b43b45209b5
authorDaniel Henrique Barboza <danielhb413@gmail.com>
Tue, 2 Mar 2021 14:10:18 +0000 (2 11:10 -0300)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 9 Mar 2021 22:07:09 +0000 (10 09:07 +1100)
treeca37ec29ee9b39bc529c0aee8b2988ef661cc8f1
parent09db2216aa06be8bacd0101723d9c257f75c803f
spapr.c: remove duplicated assert in spapr_memory_unplug_request()

We are asserting the existence of the first DRC LMB after sending unplug
requests to all LMBs of the DIMM, where every DRC is being asserted
inside the loop. This means that the first DRC is being asserted twice.

Remove the duplicated assert.

Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Message-Id: <20210302141019.153729-2-danielhb413@gmail.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/spapr.c