Thread (8 messages) 8 messages, 3 authors, 2015-07-30
STALE4000d

[PATCH v3 1/1] Serial: imx: add dev_pm_ops to support suspend to ram/disk

From: festevam@gmail.com (Fabio Estevam)
Date: 2015-07-29 21:45:35
Also in: linux-serial

On Wed, Jul 29, 2015 at 6:41 PM, Shenwei Wang
[off-list ref] wrote:
quoted
clk_enable() may fail, so you should check its return value.
The check seems a little superfluous because the failure condition for clk_enable is
(clk == NULL || IS_ERR(clk))
Once this function is called which means the initialization of the driver is successful.
Not superfluos. You can't assume that clk_enable() will always be
successful. Better check its return value.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help