Loading drivers/firmware/arm_scmi/driver.c +1 −1 Original line number Diff line number Diff line Loading @@ -941,7 +941,7 @@ static int scmi_remove(struct platform_device *pdev) } static const struct scmi_desc scmi_generic_desc = { .max_rx_timeout_ms = 30, /* We may increase this if required */ .max_rx_timeout_ms = 1000, /* We may increase this if required */ .max_msg = 20, /* Limited by MBOX_TX_QUEUE_LEN */ .max_msg_size = 128, }; Loading Loading
drivers/firmware/arm_scmi/driver.c +1 −1 Original line number Diff line number Diff line Loading @@ -941,7 +941,7 @@ static int scmi_remove(struct platform_device *pdev) } static const struct scmi_desc scmi_generic_desc = { .max_rx_timeout_ms = 30, /* We may increase this if required */ .max_rx_timeout_ms = 1000, /* We may increase this if required */ .max_msg = 20, /* Limited by MBOX_TX_QUEUE_LEN */ .max_msg_size = 128, }; Loading