Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1510252
| From | Mark Brown <broonie@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/2] regmap: Avoid namespace collision within macro |
| Date | 2016-10-27 16:20 +0200 |
| Message-ID | <swTxw-2VB-33@gated-at.bofh.it> (permalink) |
| References | <swTxw-2VB-29@gated-at.bofh.it> <swTxw-2VB-31@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
On Thu, Oct 27, 2016 at 10:33:19AM +0100, Ramesh Shanmugasundaram wrote:
> #define regmap_read_poll_timeout(map, addr, val, cond, sleep_us, timeout_us) \
> ({ \
> - ktime_t timeout = ktime_add_us(ktime_get(), timeout_us); \
> + ktime_t __timeout = ktime_add_us(ktime_get(), timeout_us); \
> int ret; \
Why is timeout an issue and not ret?
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH 2/2] regmap: Avoid namespace collision within macro Mark Brown <broonie@kernel.org> - 2016-10-27 16:20 +0200
csiph-web