Hello! On 01/11/2019 11:58 AM, Nguyen An Hoan wrote: > From: Hoan Nguyen An <na-hoan@xxxxxxxxxxx> > > msiof_spi_infor struct pointer was initialized in the probe() function, infor? > no need to get back and keep consistency. > > Signed-off-by: Hoan Nguyen An <na-hoan@xxxxxxxxxxx> > --- > drivers/spi/spi-sh-msiof.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/drivers/spi/spi-sh-msiof.c b/drivers/spi/spi-sh-msiof.c > index d14b407..64adf34 100644 > --- a/drivers/spi/spi-sh-msiof.c > +++ b/drivers/spi/spi-sh-msiof.c [...] > @@ -1469,3 +1469,4 @@ MODULE_DESCRIPTION("SuperH MSIOF SPI Master Interface Driver"); > MODULE_AUTHOR("Magnus Damm"); > MODULE_LICENSE("GPL v2"); > MODULE_ALIAS("platform:spi_sh_msiof"); > + > Huh? MBR, Sergei