Thread (2 messages) 2 messages, 2 authors, 2013-02-15

Re: [PATCH] Input: tegra-kbc - assume CONFIG_OF, remove platform data

From: Stephen Warren <hidden>
Date: 2013-02-15 22:49:01
Also in: linux-tegra

Possibly related (same subject, not in this thread)

On 02/15/2013 03:42 PM, Dmitry Torokhov wrote:
Hi Stephen,

On Fri, Feb 15, 2013 at 02:58:26PM -0700, Stephen Warren wrote:
quoted
 
-	irq = platform_get_irq(pdev, 0);
-	if (irq < 0) {
+	kbc->irq = platform_get_irq(pdev, 0);
+	if (kbc->irq < 0) {
 		dev_err(&pdev->dev, "failed to get keyboard IRQ\n");
 		return -ENXIO;
 	}
ikbc->irq is unsigned int so this change is not correct.

I am also getting rejects when I try to apply this, am I missing some
other patch?
I also have a patch from the Tegra tree in my local tree which changes
one of the clock-related includes. I'll rebase onto your /next tree
directly, fix the irq issue, and repost.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help