[PATCH v5 2/3] i2c: xilinx: Do not enable irq before irq handler

2013-12-19 Thread Michal Simek
IRQ handler has to be register first before IRQ is enabled in xiic_reinit(). Signed-off-by: Michal Simek --- Changes in v5: None Changes in v4: None Changes in v3: - New patch in this patchset based on my discussion with Wolfram https://lkml.org/lkml/2013/10/4/148 Changes in v2: None

[PATCH v5 2/3] i2c: xilinx: Do not enable irq before irq handler

2013-12-19 Thread Michal Simek
IRQ handler has to be register first before IRQ is enabled in xiic_reinit(). Signed-off-by: Michal Simek michal.si...@xilinx.com --- Changes in v5: None Changes in v4: None Changes in v3: - New patch in this patchset based on my discussion with Wolfram https://lkml.org/lkml/2013/10/4/148