From: Richard Kuo <rkuo@codeaurora.org>
To: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-arch@vger.kernel.org, linux-hexagon@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH v4 18/36] Hexagon: Add time and timer functions
Date: Mon, 19 Sep 2011 10:54:03 -0500 [thread overview]
Message-ID: <20110919155403.GB2627@codeaurora.org> (raw)
In-Reply-To: <alpine.LFD.2.02.1109191536330.2723@ionos>
On Mon, Sep 19, 2011 at 03:38:02PM +0200, Thomas Gleixner wrote:
> On Wed, 14 Sep 2011, Richard Kuo wrote:
> > +
> > +void debug_adsp_timers(void)
> > +{
> > + printk(KERN_INFO "rtos_timer->match=0x%08x\n", rtos_timer->match);
> > + printk(KERN_INFO "rtos_timer->count=%d\n", rtos_timer->count);
> > + printk(KERN_INFO "rtos_timer->enable=%d\n", rtos_timer->enable);
> > + printk(KERN_INFO "rtos_timer->clear=%d\n", rtos_timer->clear);
> > +}
>
> Does this have a caller and is it useful ?
>
> Otherwise this looks good.
>
> Reviewed-by: Thomas Gleixner <tglx@linutronix.de>
Mostly just me being paranoid. It can be removed.
Thanks,
Richard Kuo
--
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.
prev parent reply other threads:[~2011-09-19 15:54 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-14 18:19 [PATCH v4 18/36] Hexagon: Add time and timer functions Richard Kuo
2011-09-14 18:19 ` Richard Kuo
2011-09-19 13:38 ` Thomas Gleixner
2011-09-19 13:38 ` Thomas Gleixner
2011-09-19 15:54 ` Richard Kuo [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=20110919155403.GB2627@codeaurora.org \
--to=rkuo@codeaurora.org \
--cc=linux-arch@vger.kernel.org \
--cc=linux-hexagon@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=tglx@linutronix.de \
/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;
as well as URLs for NNTP newsgroup(s).