mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
to a const define.
If you would use another timeout value with your command, you shoul do it
as below:
SCPI_SETUP_DBUF(sdata, mdata, SCPI_CL_CLOCKS,
SCPI_CMD_GET_CLOCK_VALUE, clk_id, buf);
sdata.timeout_ms = YOUR_CMD_DEFAULT_TIMEOUT_MS;
Signed-off-by: Aiyoujun <ayj@rock-chips.com>