From ae9447171748180d4e946839c5eed6123f07f943 Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Wed, 12 Nov 2014 10:24:07 +0100 Subject: [PATCH] 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-format-patch failed