Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1431027
| From | "Rafael J. Wysocki" <rjw@rjwysocki.net> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/2] acpi: pmic: intel: initialize result to 0 |
| Date | 2016-06-25 02:30 +0200 |
| Message-ID | <rNJDX-6O7-11@gated-at.bofh.it> (permalink) |
| References | <rMRNf-4Kq-5@gated-at.bofh.it> <rMRNf-4Kq-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wednesday, June 22, 2016 05:55:40 PM Heikki Krogerus wrote:
> From: Felipe Balbi <felipe.balbi@linux.intel.com>
>
> Fixes compiler warning.
>
> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
> Signed-off-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
> ---
> drivers/acpi/pmic/intel_pmic.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/acpi/pmic/intel_pmic.c b/drivers/acpi/pmic/intel_pmic.c
> index 3a3d416..1742718 100644
> --- a/drivers/acpi/pmic/intel_pmic.c
> +++ b/drivers/acpi/pmic/intel_pmic.c
> @@ -215,7 +215,7 @@ static acpi_status intel_pmic_regs_handler(u32 function,
> void *handler_context, void *region_context)
> {
> struct intel_pmic_opregion *opregion = region_context;
> - int result;
> + int result = 0;
>
> switch (address) {
> case 0:
Applied, thanks!
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH 2/2] acpi: pmic: intel: initialize result to 0 "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2016-06-25 02:30 +0200
csiph-web