On Mon, Oct 21, 2019 at 11:40 AM Simon Glass <[email protected]> wrote: > > It is annoying to have some of the init code in a different part of the > file. Move ich_init_controller() to just above probe() to keep things > together. > > Signed-off-by: Simon Glass <[email protected]> > --- > > Changes in v3: None > Changes in v2: None > > drivers/spi/ich.c | 122 +++++++++++++++++++++++----------------------- > 1 file changed, 61 insertions(+), 61 deletions(-) >
Reviewed-by: Bin Meng <[email protected]> _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

