[ARM] 5146/1: pxa2xx: convert all boards to call pxa2xx_transceiver_mode helper
[deliverable/linux.git] / arch / arm / mach-pxa / lubbock.c
index e041cceab16bbb7a0c912a67e2e6f0325d507b86..3daffbe7bb8644b081fc8b6c04e6f4be53c1bd18 100644 (file)
@@ -462,6 +462,7 @@ static void lubbock_irda_transceiver_mode(struct device *dev, int mode)
        } else if (mode & IR_FIRMODE) {
                LUB_MISC_WR |= 1 << 4;
        }
+       pxa2xx_transceiver_mode(dev, mode);
        local_irq_restore(flags);
 }
 
This page took 0.023998 seconds and 5 git commands to generate.