Re: [U-Boot] [PATCH v2 3/9] spl: Init proper struct driver member (platdata_auto_alloc_size) for mxs_spi

2019-08-18 Thread Peng Fan
> Subject: [PATCH v2 3/9] spl: Init proper struct driver member > (platdata_auto_alloc_size) for mxs_spi > > This change initializes proper member of struct driver - > platdata_auto_alloc_size instead of priv_auto_alloc_size, which is setup > twice. > > Signed-off-by: Lukasz Majewski > > --- >

[U-Boot] [PATCH v2 3/9] spl: Init proper struct driver member (platdata_auto_alloc_size) for mxs_spi

2019-08-18 Thread Lukasz Majewski
This change initializes proper member of struct driver - platdata_auto_alloc_size instead of priv_auto_alloc_size, which is setup twice. Signed-off-by: Lukasz Majewski --- Changes in v2: - New patch drivers/spi/mxs_spi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git