Re: [U-Boot] [PATCH 1/1] i2c: mvtwsi.c: Fix set speed

2018-02-19 Thread Heiko Schocher
Hello Stefan, Am 13.02.2018 um 08:27 schrieb Stefan Mavrodiev: Previous patch for this driver breaks i2c initialization. commit 8bcf12ccce89 ("i2c: mvtwsi.c: Avoid NULL dereference") If actual_speed is passed as NULL in this function: static void __twsi_i2c_init(struct mvtwsi_registers *twsi,

Re: [U-Boot] [PATCH 1/1] i2c: mvtwsi.c: Fix set speed

2018-02-13 Thread Heiko Schocher
Hello Stefan, Am 13.02.2018 um 08:27 schrieb Stefan Mavrodiev: Previous patch for this driver breaks i2c initialization. commit 8bcf12ccce89 ("i2c: mvtwsi.c: Avoid NULL dereference") If actual_speed is passed as NULL in this function: static void __twsi_i2c_init(struct mvtwsi_registers *twsi,