Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1266198
| From | Frank Rowand <frowand.list@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | regulator: build warning in regulator_lock_supply() |
| Date | 2015-11-10 04:30 +0100 |
| Message-ID | <qt7N7-81B-11@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
In the current Linus tree, new build warning.
When CONFIG_DEBUG_LOCK_ALLOC is not enabled,
drivers/regulator/core.c: In function 'regulator_lock_supply':
drivers/regulator/core.c:142:6: warning: unused variable 'i' [-Wunused-variable]
Introduced by commit
9f01cd4a915e1 ("regulator: core: introduce function to lock regulators and its supplies")
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
regulator: build warning in regulator_lock_supply() Frank Rowand <frowand.list@gmail.com> - 2015-11-10 04:30 +0100 Re: regulator: build warning in regulator_lock_supply() Sascha Hauer <s.hauer@pengutronix.de> - 2015-11-10 08:40 +0100 Re: regulator: build warning in regulator_lock_supply() Mark Brown <broonie@kernel.org> - 2015-11-10 09:40 +0100
csiph-web