Hi, This serie fixes a few drivers that use of_io_request_and_map without properly checking for the error code.
That should fix all the callers present in the kernel so far. Maxime Maxime Ripard (6): clk: asm9260: Fix of_io_request_and_map error check clk: sunxi: Fix of_io_request_and_map error check clocksource: asm9260: Fix of_io_request_and_map error check clocksource: integrator: Fix of_io_request_and_map error check clocksource: sun5i: Fix of_io_request_and_map error check irqchip: vf610: Fix of_io_request_and_map error check drivers/clk/clk-asm9260.c | 2 +- drivers/clk/sunxi/clk-sun9i-core.c | 10 +++++----- drivers/clk/sunxi/clk-sunxi.c | 2 ++ drivers/clocksource/asm9260_timer.c | 2 +- drivers/clocksource/timer-integrator-ap.c | 2 +- drivers/clocksource/timer-sun5i.c | 2 +- drivers/irqchip/irq-vf610-mscm-ir.c | 5 ++--- 7 files changed, 13 insertions(+), 12 deletions(-) -- 2.3.6 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

