Re: [PATCH -next] tty: serial: bcm63xx: fix missing clk_put() in bcm63xx_uart

From: Florian Fainelli
Date: Thu Apr 23 2020 - 11:47:05 EST




On 4/21/2020 5:31 AM, Zou Wei wrote:
This patch fixes below error reported by coccicheck

drivers/tty/serial/bcm63xx_uart.c:848:2-8: ERROR: missing clk_put;
clk_get on line 842 and execution via conditional on line 846

Fixes: ab4382d27412 ("tty: move drivers/serial/ to drivers/tty/serial/")

The driver was doing that prior to being moved, and since this is an error path, I am not sure the Fixes tag is really warranted.

Acked-by: Florian Fainelli <f.fainelli@xxxxxxxxx>
--
Florian