From: Paul Parsons Date: Tue, 13 Mar 2012 13:11:30 +0000 (+0000) Subject: ARM: pxa/hx4700: Remove unwanted request for GPIO105 X-Git-Tag: v3.4-rc1~88^2~3^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95a50cab1dc6446fb1a91d20e14b649dd9f41f1c;p=pandora-kernel.git 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 Signed-off-by: Haojian Zhuang --- Reading git-diff-tree failed