From: Tony Lindgren <tony@atomide.com>
To: kmpark@infradead.org
Cc: linux-omap-open-source@linux.omap.com
Subject: Re: [PATCH] Fix warning in arch/arm/mach-omap2/timer-gp.c
Date: Mon, 13 Aug 2007 01:58:20 -0700 [thread overview]
Message-ID: <20070813085820.GI13948@atomide.com> (raw)
In-Reply-To: <007201c7dd55$68d24d80$e1ac580a@swcenter.sec.samsung.co.kr>
* Kyungmin Park <kyungmin.park@samsung.com> [070812 19:55]:
> Fix warning in arch/arm/mach-omap2/timer-gp.c
> arch/arm/mach-omap2/timer-gp.c: In function `omap2_gp_timer_set_mode':
> arch/arm/mach-omap2/timer-gp.c:89: warning: enumeration value
> `CLOCK_EVT_MODE_RESUME' not handled in switch
>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
>
> diff --git a/arch/arm/mach-omap2/timer-gp.c b/arch/arm/mach-omap2/timer-gp.c
> index 8f380a1..2246435 100644
> --- a/arch/arm/mach-omap2/timer-gp.c
> +++ b/arch/arm/mach-omap2/timer-gp.c
> @@ -84,6 +84,7 @@ static void omap2_gp_timer_set_mode(enum clock_event_mode
> mode,
> break;
> case CLOCK_EVT_MODE_UNUSED:
> case CLOCK_EVT_MODE_SHUTDOWN:
> + case CLOCK_EVT_MODE_RESUME:
> break;
> }
> }
Pushing today.
Tony
prev parent reply other threads:[~2007-08-13 8:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-13 2:55 [PATCH] Fix warning in arch/arm/mach-omap2/timer-gp.c Kyungmin Park
2007-08-13 8:58 ` Tony Lindgren [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070813085820.GI13948@atomide.com \
--to=tony@atomide.com \
--cc=kmpark@infradead.org \
--cc=linux-omap-open-source@linux.omap.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox