Re: [PATCH] Enable the clock before calling clk_get_rate().

2018-04-21 Thread Florian Fainelli
+Jonas, On 04/19/2018 06:03 AM, Stefan Potyra wrote: > Found by Linux Driver Verification project (linuxtesting.org). Please use a commit subject which matches what was used before: git log --no-merges --oneline drivers/spi/spi-bcm63xx-hsspi.c 378da4a65f3a spi/bcm63xx-hspi: fix error return code

[PATCH] Enable the clock before calling clk_get_rate().

2018-04-19 Thread Stefan Potyra
Found by Linux Driver Verification project (linuxtesting.org). Fixes: 142168eba9dc spi: bcm63xx-hsspi: add bcm63xx HSSPI driver Signed-off-by: Stefan Potyra --- drivers/spi/spi-bcm63xx-hsspi.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/spi/spi-bcm63xx-hss