From: Jean Delvare Date: Wed, 12 Nov 2014 09:24:07 +0000 (+0100) Subject: i2c: i801: Fallback to polling if request_irq() fails X-Git-Tag: omap-for-v3.19/fixes-rc1~91^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae9447171748180d4e946839c5eed6123f07f943;p=pandora-kernel.git i2c: i801: Fallback to polling if request_irq() fails The i2c-i801 driver can work without interrupts, so there is no reason to make a request_irq failure fatal. Instead we can simply fallback to polling. Signed-off-by: Jean Delvare Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed