From: Al Viro <viro@ftp.linux.org.uk>
To: Yoann Padioleau <padator@wanadoo.fr>
Cc: kernel-janitors@vger.kernel.org, rmk@arm.linux.org.uk,
akpm@linux-foundation.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 02/68] 0 -> NULL, for arch/arm
Date: Fri, 27 Jul 2007 09:59:05 +0000 [thread overview]
Message-ID: <20070727095905.GU27237@ftp.linux.org.uk> (raw)
In-Reply-To: <200707270944.LAA17082@ifs.emn.fr>
On Fri, Jul 27, 2007 at 11:44:07AM +0200, Yoann Padioleau wrote:
> buf = alloc_safe_buffer(device_info, ptr, size, dir);
> - if (buf = 0) {
> + if (buf = NULL) {
if (!buf)
surely...
next prev parent reply other threads:[~2007-07-27 9:59 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-27 9:44 [PATCH 02/68] 0 -> NULL, for arch/arm Yoann Padioleau
2007-07-27 9:59 ` Al Viro [this message]
2007-07-27 10:18 ` Russell King
2007-07-27 10:50 ` Jan Engelhardt
2007-07-27 12:07 ` Alexey Dobriyan
2007-07-27 12:18 ` Jan Engelhardt
2007-07-27 12:30 ` Al Viro
2007-07-31 12:19 ` Richard Knutsson
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=20070727095905.GU27237@ftp.linux.org.uk \
--to=viro@ftp.linux.org.uk \
--cc=akpm@linux-foundation.org \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=padator@wanadoo.fr \
--cc=rmk@arm.linux.org.uk \
/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).