Thread (16 messages) 16 messages, 4 authors, 2016-03-22
STALE3739d

Re: [PATCH 2/2] serial: amba-pl011: complete support to ZTE uart

From: Timur Tabi <hidden>
Date: 2016-03-21 20:39:50
Also in: linux-arm-kernel

Jun Nie wrote:
quoted hunk ↗ jump to hunk
@@ -2570,9 +2608,17 @@ static int pl011_uart_plat_probe(struct platform_device *pdev)
  	if (!uap)
  		return -ENOMEM;

+	uap->clk = devm_clk_get(&pdev->dev, NULL);
+	if (IS_ERR(uap->clk))
+		return PTR_ERR(uap->clk);
+
I don't this is supposed to be part of your patch, and it breaks my ACPI 
platform anyway.  Where did it come from?

-- 
Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora
Forum, a Linux Foundation collaborative project.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help