On 28 November 2017 at 23:31, Alistair Francis
wrote:
> Use memset() instead of a for loop to zero all of the registers.
>
> Signed-off-by: Alistair Francis
>
Reviewed-by: Francisco Iglesias
> ---
>
> hw/ssi/xilinx_spips.c | 11 +++
> 1 file changed, 3 insertions(+), 8 deletions(-)
On 11/28/2017 11:31 PM, Alistair Francis wrote:
Use memset() instead of a for loop to zero all of the registers.
Signed-off-by: Alistair Francis
---
hw/ssi/xilinx_spips.c | 11 +++
1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/hw/ssi/xilinx_spips.c b/hw/ssi/xilinx_
Use memset() instead of a for loop to zero all of the registers.
Signed-off-by: Alistair Francis
---
hw/ssi/xilinx_spips.c | 11 +++
1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/hw/ssi/xilinx_spips.c b/hw/ssi/xilinx_spips.c
index 1a37f9c7f5..82436e2f69 100644
--- a/hw/s