* [PATCH] ARM: imx: add missing item to the list of clock event modes
@ 2012-07-16 20:07 Uwe Kleine-König
2012-07-16 21:20 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Uwe Kleine-König @ 2012-07-16 20:07 UTC (permalink / raw)
To: linux-arm-kernel
This prevents an out-of-bounds access to the clock_event_mode_label when
debugging.
Signed-off-by: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>
---
Hello,
I consider this to be an uncritical fix as it's only relevant with DEBUG
#defined.
Best regards
Uwe
arch/arm/plat-mxc/time.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/arm/plat-mxc/time.c b/arch/arm/plat-mxc/time.c
index 00e8e65..a17abcf 100644
--- a/arch/arm/plat-mxc/time.c
+++ b/arch/arm/plat-mxc/time.c
@@ -160,7 +160,8 @@ static const char *clock_event_mode_label[] = {
[CLOCK_EVT_MODE_PERIODIC] = "CLOCK_EVT_MODE_PERIODIC",
[CLOCK_EVT_MODE_ONESHOT] = "CLOCK_EVT_MODE_ONESHOT",
[CLOCK_EVT_MODE_SHUTDOWN] = "CLOCK_EVT_MODE_SHUTDOWN",
- [CLOCK_EVT_MODE_UNUSED] = "CLOCK_EVT_MODE_UNUSED"
+ [CLOCK_EVT_MODE_UNUSED] = "CLOCK_EVT_MODE_UNUSED",
+ [CLOCK_EVT_MODE_RESUME] = "CLOCK_EVT_MODE_RESUME",
};
#endif /* DEBUG */
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ARM: imx: add missing item to the list of clock event modes
2012-07-16 20:07 [PATCH] ARM: imx: add missing item to the list of clock event modes Uwe Kleine-König
@ 2012-07-16 21:20 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2012-07-16 21:20 UTC (permalink / raw)
To: linux-arm-kernel
On Mon, Jul 16, 2012 at 10:07:06PM +0200, Uwe Kleine-K?nig wrote:
> This prevents an out-of-bounds access to the clock_event_mode_label when
> debugging.
>
> Signed-off-by: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>
Applied, thanks
Sascha
> ---
> Hello,
>
> I consider this to be an uncritical fix as it's only relevant with DEBUG
> #defined.
>
> Best regards
> Uwe
> arch/arm/plat-mxc/time.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/arch/arm/plat-mxc/time.c b/arch/arm/plat-mxc/time.c
> index 00e8e65..a17abcf 100644
> --- a/arch/arm/plat-mxc/time.c
> +++ b/arch/arm/plat-mxc/time.c
> @@ -160,7 +160,8 @@ static const char *clock_event_mode_label[] = {
> [CLOCK_EVT_MODE_PERIODIC] = "CLOCK_EVT_MODE_PERIODIC",
> [CLOCK_EVT_MODE_ONESHOT] = "CLOCK_EVT_MODE_ONESHOT",
> [CLOCK_EVT_MODE_SHUTDOWN] = "CLOCK_EVT_MODE_SHUTDOWN",
> - [CLOCK_EVT_MODE_UNUSED] = "CLOCK_EVT_MODE_UNUSED"
> + [CLOCK_EVT_MODE_UNUSED] = "CLOCK_EVT_MODE_UNUSED",
> + [CLOCK_EVT_MODE_RESUME] = "CLOCK_EVT_MODE_RESUME",
> };
> #endif /* DEBUG */
>
> --
> 1.7.10.4
>
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-16 21:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-16 20:07 [PATCH] ARM: imx: add missing item to the list of clock event modes Uwe Kleine-König
2012-07-16 21:20 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).