[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1430579006-32702-1-git-send-email-maxime.ripard@free-electrons.com>
Date: Sat, 2 May 2015 17:03:20 +0200
From: Maxime Ripard <maxime.ripard@...e-electrons.com>
To: linux-kernel@...r.kernel.org
Cc: Maxime Ripard <maxime.ripard@...e-electrons.com>
Subject: [PATCH 0/6] Fix of_io_request_and_map error handling code
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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists