Re: [PATCH 7/7] usb: bdc: Use devm_clk_get_optional()
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2020-07-17 16:57:37
Also in:
linux-usb, lkml
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2020-07-17 16:57:37
Also in:
linux-usb, lkml
On 7/17/2020 8:23 AM, Al Cooper wrote:
From: Florian Fainelli <florian.fainelli@broadcom.com> The BDC clock is optional and we may get an -EPROBE_DEFER error code which would not be propagated correctly, fix this by using devm_clk_get_optional(). Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
Since you are carrying this patch on my behalf your Signed-off-by should also be present, if you don't mind, I would like my gmail.com address to be used here for consistency with all submissions done throughout my tenure at broadcom, thanks! -- Florian