From: Andreas Schwab <schwab@suse.de>
To: linux-ia64@vger.kernel.org
Subject: Re: [PATCH] IA64: cast has a higher precedence than '?'
Date: Fri, 20 Feb 2009 12:50:44 +0000 [thread overview]
Message-ID: <je3ae9l1az.fsf@sykes.suse.de> (raw)
In-Reply-To: <499E998C.9060407@gmail.com>
Roel Kluin <roel.kluin@gmail.com> writes:
> diff --git a/arch/ia64/include/asm/syscall.h b/arch/ia64/include/asm/syscall.h
> index 2f758a4..3fc1832 100644
> --- a/arch/ia64/include/asm/syscall.h
> +++ b/arch/ia64/include/asm/syscall.h
> @@ -64,7 +64,7 @@ static inline void syscall_set_return_value(struct task_struct *task,
> {
> #ifdef CONFIG_IA32_SUPPORT
> if (IS_IA32_PROCESS(regs)) {
> - regs->r8 = (long) error ? error : val;
> + regs->r8 = (long) (error ? error : val);
The cast can be removed, it has no influence whatsoever.
Andreas.
--
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
prev parent reply other threads:[~2009-02-20 12:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-20 11:52 [PATCH] IA64: cast has a higher precedence than '?' Roel Kluin
2009-02-20 12:50 ` Andreas Schwab [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=je3ae9l1az.fsf@sykes.suse.de \
--to=schwab@suse.de \
--cc=linux-ia64@vger.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox