Re: [PATCH v2 1/4] ssd0323: put it into the 'display' category

2020-11-11 Thread Thomas Huth
On 11/11/2020 17.47, Gan Qixin wrote: > The category of the ssd0323 device is not set, put it into the 'display' > category. > > Signed-off-by: Gan Qixin > --- > hw/display/ssd0323.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/hw/display/ssd0323.c b/hw/display/ssd0323.c > index 17d

[PATCH v2 1/4] ssd0323: put it into the 'display' category

2020-11-11 Thread Gan Qixin
The category of the ssd0323 device is not set, put it into the 'display' category. Signed-off-by: Gan Qixin --- hw/display/ssd0323.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/display/ssd0323.c b/hw/display/ssd0323.c index 17d4b32ae3..cbfd21dfd5 100644 --- a/hw/display/ssd0323.c +++