On Wed, Sep 30, 2020 at 05:57:59PM +0300, Serge Semin wrote: > On Wed, Sep 30, 2020 at 12:55:55AM +0300, Serge Semin wrote: > > + if (dws->set_cs) > > + master->set_cs = dws->set_cs; > > + else > > + master->set_cs = dw_spi_set_cs; > Judging by having your comment on this patch you obviously didn't like the > ternary operator used to assign a default value to the set_cs callback. So I > suggested a solution, which may suit you. What do you think about it? Agree, > disagree, insist on leaving this part of the code along, etc. That looks fine.