Merge branch 'spi-5.4' into spi-next

This commit is contained in:
Mark Brown
2019-09-15 10:32:06 +01:00
74 changed files with 1900 additions and 880 deletions

View File

@@ -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;