From aa5beaf62588d095398415af5d0e14c79e2478a3 Mon Sep 17 00:00:00 2001 From: Sergei Shtylyov Date: Mon, 15 Sep 2014 00:20:19 +0400 Subject: [PATCH] i2c: rcar: check for no IRQ in rcar_i2c_irq() Check if the ICMSR register (masked with the ICMIER register) evaluates to 0 in the driver's interrupt handler and return IRQ_NONE in that case, like many other drivers do. Signed-off-by: Sergei Shtylyov Signed-off-by: Wolfram Sang --- Reading git-format-patch failed