Merge branch 'spi-5.4' into spi-next
This commit is contained in:
@@ -706,7 +706,7 @@ static int cros_ec_spi_devm_high_pri_alloc(struct device *dev,
|
||||
struct cros_ec_spi *ec_spi)
|
||||
{
|
||||
struct sched_param sched_priority = {
|
||||
.sched_priority = MAX_RT_PRIO - 1,
|
||||
.sched_priority = MAX_RT_PRIO / 2,
|
||||
};
|
||||
int err;
|
||||
|
||||
|
Reference in New Issue
Block a user