Re: [PATCH v3 2/5] toshiba_acpi: Remove "*not supported" feature prints

2015-08-05 Thread Darren Hart
On Wed, Aug 05, 2015 at 04:15:13PM -0600, Azael Avalos wrote: > Hi Darren, > > 2015-08-05 3:38 GMT-06:00 Darren Hart : > > On Fri, Jul 31, 2015 at 09:58:13PM -0600, Azael Avalos wrote: > >> Currently the driver prints "*not supported" if any of the features > >> queried are in fact not supported,

Re: [PATCH v3 2/5] toshiba_acpi: Remove "*not supported" feature prints

2015-08-05 Thread Azael Avalos
Hi Darren, 2015-08-05 3:38 GMT-06:00 Darren Hart : > On Fri, Jul 31, 2015 at 09:58:13PM -0600, Azael Avalos wrote: >> Currently the driver prints "*not supported" if any of the features >> queried are in fact not supported, let us print the available >> features instead. >> >> This patch removes a

Re: [PATCH v3 2/5] toshiba_acpi: Remove "*not supported" feature prints

2015-08-05 Thread Darren Hart
On Fri, Jul 31, 2015 at 09:58:13PM -0600, Azael Avalos wrote: > Currently the driver prints "*not supported" if any of the features > queried are in fact not supported, let us print the available > features instead. > > This patch removes all instances pr_info printing "*not supported", > and add

[PATCH v3 2/5] toshiba_acpi: Remove "*not supported" feature prints

2015-07-31 Thread Azael Avalos
Currently the driver prints "*not supported" if any of the features queried are in fact not supported, let us print the available features instead. This patch removes all instances pr_info printing "*not supported", and add a new function called "print_supported_features", which will print the ava