Searched refs:do_len_check (Results 1 – 1 of 1) sorted by relevance
2106 bool do_len_check = true; in i2c_check_for_quirks() local2128 do_len_check = false; in i2c_check_for_quirks()2139 if (do_len_check && i2c_quirk_exceeded(len, q->max_read_len)) in i2c_check_for_quirks()2145 if (do_len_check && i2c_quirk_exceeded(len, q->max_write_len)) in i2c_check_for_quirks()
Completed in 7 milliseconds