Hi Peter,
On Wed, Oct 18, 2017 at 8:45 AM, sundeep subbaraya
wrote:
> Hi Peter,
>
> On Tue, Oct 17, 2017 at 8:58 PM, Peter Maydell
> wrote:
>
>> On 16 October 2017 at 18:54, Subbaraya Sundeep
>> wrote:
>> > Fixed incorrect frame size mask, validated maximum frame
>> > size in spi_write and rem
Hi Peter,
On Tue, Oct 17, 2017 at 8:58 PM, Peter Maydell
wrote:
> On 16 October 2017 at 18:54, Subbaraya Sundeep
> wrote:
> > Fixed incorrect frame size mask, validated maximum frame
> > size in spi_write and removed dead code.
> >
> > Signed-off-by: Subbaraya Sundeep
> > ---
> > hw/ssi/mss-s
On 16 October 2017 at 18:54, Subbaraya Sundeep wrote:
> Fixed incorrect frame size mask, validated maximum frame
> size in spi_write and removed dead code.
>
> Signed-off-by: Subbaraya Sundeep
> ---
> hw/ssi/mss-spi.c | 8 +---
> 1 file changed, 5 insertions(+), 3 deletions(-)
>
> diff --git
Fixed incorrect frame size mask, validated maximum frame
size in spi_write and removed dead code.
Signed-off-by: Subbaraya Sundeep
---
hw/ssi/mss-spi.c | 8 +---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/hw/ssi/mss-spi.c b/hw/ssi/mss-spi.c
index 5a8e308..1e49cbc 100644
--