spi: Reduce kthread priority
authorPeter Zijlstra <peterz@infradead.org>
Thu, 1 Aug 2019 11:13:53 +0000 (13:13 +0200)
committerMark Brown <broonie@kernel.org>
Fri, 2 Aug 2019 11:15:24 +0000 (12:15 +0100)
commit4ff13d00ebd5533947b083c66d44da3243a2d559
treeb56d260b0aac8e4500b479ad5504b9b0af7e5c03
parentcc8b4659491d23577eb8992449d82c7f4f4fc170
spi: Reduce kthread priority

The SPI thingies request FIFO-99 by default, reduce this to FIFO-50.

FIFO-99 is the very highest priority available to SCHED_FIFO and
it not a suitable default; it would indicate the SPI work is the
most important work on the machine.

Cc: Benson Leung <bleung@chromium.org>
Cc: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Cc: Guenter Roeck <groeck@chromium.org>
Cc: Mark Brown <broonie@kernel.org>
Cc: linux-spi@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Link: https://lore.kernel.org/r/20190801111541.917256884@infradead.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/platform/chrome/cros_ec_spi.c
drivers/spi/spi.c