Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1471932

[PATCH v2 0/3] toshiba_acpi: Functions cleanup

From Azael Avalos <coproscefalo@gmail.com>
Newsgroups linux.kernel
Subject [PATCH v2 0/3] toshiba_acpi: Functions cleanup
Date 2016-08-29 17:40 +0200
Message-ID <sbwPg-BA-21@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


These set of patches make some cleanup in some of the driver's functions.

The first patch changes the variables declaration, the second changes
the error checking logic and the third simply fixes a typo found while
making these changes.

Changes since v1:
- Small changes to patch 01 acording to Darren's comments
- Added a missing return on *eco_mode_available function

Azael Avalos (3):
  toshiba_acpi: Clean up variable declaration
  toshiba_acpi: Change error checking logic from TCI functions
  toshiba_acpi: Fix typo in *_cooling_method_set function

 drivers/platform/x86/toshiba_acpi.c | 261 +++++++++++++++++++++---------------
 1 file changed, 154 insertions(+), 107 deletions(-)

-- 
2.9.3

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/3] toshiba_acpi: Functions cleanup Azael Avalos <coproscefalo@gmail.com> - 2016-08-29 17:40 +0200
  [PATCH v2 1/3] toshiba_acpi: Clean up variable declaration Azael Avalos <coproscefalo@gmail.com> - 2016-08-29 17:40 +0200
    Re: [PATCH v2 1/3] toshiba_acpi: Clean up variable declaration Darren Hart <dvhart@infradead.org> - 2016-09-01 02:40 +0200
  Re: [PATCH v2 0/3] toshiba_acpi: Functions cleanup Darren Hart <dvhart@infradead.org> - 2016-09-01 02:50 +0200

csiph-web