From: Pavel Machek <pavel@denx.de>
To: Michael Opdenacker <michael.opdenacker@free-electrons.com>
Cc: sre@kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] HSI: remove deprecated IRQF_DISABLED
Date: Thu, 2 Oct 2014 23:13:59 +0200 [thread overview]
Message-ID: <20141002211359.GA21093@amd> (raw)
In-Reply-To: <542DB350.3080707@free-electrons.com>
On Thu 2014-10-02 22:19:28, Michael Opdenacker wrote:
> On 09/12/2014 04:40 PM, Pavel Machek wrote:
> > On Wed 2014-10-01 22:28:55, Michael Opdenacker wrote:
> >> Remove the use of the IRQF_DISABLED flag
> >> from drivers/hsi/clients/nokia-modem.c
> >>
> >> It's a NOOP since 2.6.35 and it will be removed soon.
> >>
> >> Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
> > Acked-by: Pavel Machek <pavel@ucw.cz>
>
> Thanks! Wow, you have a nice system date, writing from the past (Sep. 12).
My TARDIS is better and better. Normally, I write from 1970 :-).
Why do all the great machines lack working RTC? Spitz, n900,
OLPC-1.75...
Pavel
#!/bin/bash
F=/etc/zaurus.time
if [ $(date +%s) -lt $(< $F) ];
then
date -s @$(< $F)
fi
date +%s > $F
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
next prev parent reply other threads:[~2014-10-02 21:14 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-01 20:28 [PATCH] HSI: remove deprecated IRQF_DISABLED Michael Opdenacker
2014-09-12 14:40 ` Pavel Machek
2014-10-02 20:19 ` Michael Opdenacker
2014-10-02 21:13 ` Pavel Machek [this message]
2014-10-03 2:23 ` Sebastian Reichel
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=20141002211359.GA21093@amd \
--to=pavel@denx.de \
--cc=linux-kernel@vger.kernel.org \
--cc=michael.opdenacker@free-electrons.com \
--cc=sre@kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.