]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: pxa/hx4700: Remove unwanted request for GPIO105
authorPaul Parsons <lost.distance@yahoo.com>
Tue, 13 Mar 2012 13:11:30 +0000 (13:11 +0000)
committerHaojian Zhuang <haojian.zhuang@gmail.com>
Wed, 14 Mar 2012 08:45:24 +0000 (16:45 +0800)
commit95a50cab1dc6446fb1a91d20e14b649dd9f41f1c
tree153d2b4f4e2393a0651e699f5d3674549257bff1
parentfde7d9049e55ab85a390be7f415d74c9f62dd0f9
ARM: pxa/hx4700: Remove unwanted request for GPIO105

GPIO105 (nIR_ON) is requested twice: first in gpio_request_array(), then in
pxa_irda_probe(). Consequently the second request fails with EBUSY:

pxa2xx-ir: probe of pxa2xx-ir failed with error -16

This patch removes the first request, allowing pxa_irda_probe() to succeed.

Signed-off-by: Paul Parsons <lost.distance@yahoo.com>
Signed-off-by: Haojian Zhuang <haojian.zhuang@gmail.com>
arch/arm/mach-pxa/hx4700.c