Thread (6 messages) 6 messages, 5 authors, 2012-06-20
STALE5147d

[PATCH 1/2] serial/amba-pl011: use devm_* allocators

From: festevam@gmail.com (Fabio Estevam)
Date: 2012-06-17 14:13:28
Also in: linux-serial

On Sun, Jun 17, 2012 at 10:44 AM, Linus Walleij
[off-list ref] wrote:
quoted hunk ↗ jump to hunk
? ? ? ?uap->pinctrl = devm_pinctrl_get(&dev->dev);
? ? ? ?if (IS_ERR(uap->pinctrl)) {
? ? ? ? ? ? ? ?ret = PTR_ERR(uap->pinctrl);
- ? ? ? ? ? ? ? goto unmap;
+ ? ? ? ? ? ? ? goto out;
? ? ? ?}
? ? ? ?uap->pins_default = pinctrl_lookup_state(uap->pinctrl,
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? PINCTRL_STATE_DEFAULT);
@@ -1915,7 +1917,7 @@ static int pl011_probe(struct amba_device *dev, const struct amba_id *id)
? ? ? ?uap->clk = clk_get(&dev->dev, NULL);
Maybe you can use devm_clk_get here too.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help