From: Mauro Carvalho Chehab <mchehab@s-opensource.com>
To: Sean Young <sean@mess.org>
Cc: linux-media@vger.kernel.org
Subject: Re: [GIT PULL FOR v4.17] rc changes
Date: Wed, 14 Feb 2018 16:49:08 -0200 [thread overview]
Message-ID: <20180214164908.5676fab1@vento.lan> (raw)
In-Reply-To: <20180212200318.cxnxro2vsqauexqz@gofer.mess.org>
Em Mon, 12 Feb 2018 20:03:18 +0000
Sean Young <sean@mess.org> escreveu:
> media: rc: unnecessary use of do_div
>
> From c52920c524d96db55b9b82440504a7ec40df0b32 Mon Sep 17 00:00:00 2001
> From: Sean Young <sean@mess.org>
> Date: Sun, 11 Feb 2018 17:23:14 +0000
> Subject: media: rc: unnecessary use of do_div
> Cc: Linux Media Mailing List <linux-media@vger.kernel.org>,
> Mauro Carvalho Chehab <mchehab@infradead.org>
>
> No need to use do_div() when the remainder is thrown away.
That's not true at all! We need do_div() every time we're dividing an u64
number, as otherwise, it will cause link errors when built with 32 bits.
Thanks,
Mauro
next prev parent reply other threads:[~2018-02-14 18:49 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-12 20:03 [GIT PULL FOR v4.17] rc changes Sean Young
2018-02-14 18:44 ` Mauro Carvalho Chehab
2018-02-14 21:32 ` Sean Young
2018-02-15 11:16 ` Mauro Carvalho Chehab
2018-02-15 11:54 ` Sean Young
2018-02-14 18:49 ` Mauro Carvalho Chehab [this message]
2018-02-15 9:50 ` Sean Young
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=20180214164908.5676fab1@vento.lan \
--to=mchehab@s-opensource.com \
--cc=linux-media@vger.kernel.org \
--cc=sean@mess.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.