On 7/17/23 08:45, John Garry wrote:
+ /* Return immediately and start spin cycle */ + const u8 start_cmd[10] = { START_STOP, 1, 0, 0, + sdkp->device->start_stop_pwr_cond ? + 0x11 : 1 };same comment as previous patch
I'm not sure that using designated initializers for initializing only the first five elements will improve readability ... Thanks, Bart.