From: Adam Thomson Date: Thu, 6 Feb 2014 18:03:17 +0000 (+0000) Subject: hwmon: (da9055) Remove use of regmap_irq_get_virq() X-Git-Tag: v3.14-rc2~15^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f545a4ba158600b7a780b9daaf9ffabb934cdb6;p=pandora-kernel.git hwmon: (da9055) Remove use of regmap_irq_get_virq() Remove use of regmap_irq_get_virq() in driver probe which was conflicting with use of platform_get_irq_byname(). platform_get_irq_byname() already returns the VIRQ number due to MFD core translation so using regmap_irq_get_virq() on that returned value results in an incorrect IRQ being requested. The driver probes then fail because of this. Signed-off-by: Adam Thomson Signed-off-by: Guenter Roeck --- Reading git-diff-tree failed