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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Stephen,

On Fri, Feb 15, 2013 at 02:58:26PM -0700, Stephen Warren wrote:
>  
> -	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?

Thanks.

-- 
Dmitry
--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Media Devel]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Linux Wireless Networking]     [Linux Omap]

  Powered by Linux