Merge tag 'tag-chrome-platform-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-block.git] / drivers / platform / chrome / cros_ec_spi.c
index 9006e18729422be7713c4d6c70da86566c4c009f..a831bd5a5b2ff7977b690160846841967e61814d 100644 (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;