[PATCH v3 0/3] Fix static analyser and compiler warnings in int3472
Sakari Ailus <[email protected]>
| Newsgroups | org.kernel.vger.linux-acpi,org.kernel.vger.linux-media,org.kernel.vger.platform-driver-x86 |
|---|---|
| Organization | Intel Finland Oy - BIC 0357606-4 - c/o Alberga Business Park, 6 krs, Bertel Jungin Aukio 5, 02600 Espoo |
| Message-ID | <[email protected]> |
Hi folks, The two first patches address smatch and compiler warnings in int3472. The third patch clean up GPIO parsing in the int3472 driver. since v2: - Drop the __free(ACPI_FREE) change. - Move ACPI_FREE() earlier in the function and save the object's integer value into a local variable. - Fix return values -- 0 was returned by v2 in some cases where 1 was the right value. Sakari Ailus (3): platform/x86: int3472: Address Coccinelle warning on an error print platform/x86: int3472: Fix uninitialised variable warning platform/x86: int3472: Clean up GPIO parsing drivers/platform/x86/intel/int3472/discrete.c | 51 +++++++++---------- drivers/platform/x86/intel/int3472/tps68470.c | 2 +- 2 files changed, 25 insertions(+), 28 deletions(-) base-commit: 56c29fa3ee666197516a231e75aed789ae9c530d -- 2.47.3