[PATCH v2 0/5] Fix static analyser and compiler warnings in int3472
Sakari Ailus <[email protected]>
| Newsgroups | org.kernel.vger.linux-media,org.kernel.vger.linux-acpi,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 adds __free() support for ACPI objects and the final two further clean up GPIO parsing in the int3472 driver. Sakari Ailus (5): platform/x86: int3472: Address Coccinelle warning on an error print platform/x86: int3472: Fix uninitialised variable warning ACPI: Support __free() from cleanup.h for ACPI objects platform/x86: int3472: Release ACPI objects using __free() platform/x86: int3472: Clean up GPIO parsing drivers/platform/x86/intel/int3472/discrete.c | 55 +++++++++---------- drivers/platform/x86/intel/int3472/tps68470.c | 2 +- include/linux/acpi.h | 2 + 3 files changed, 30 insertions(+), 29 deletions(-) -- 2.47.3