Re: [PATCH v2 2/4] toshiba_acpi: Remove "*not supported" feature prints

2015-07-28 Thread Darren Hart
Hi Azael, On Mon, Jul 27, 2015 at 07:22:26PM -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",

[PATCH v2 2/4] toshiba_acpi: Remove "*not supported" feature prints

2015-07-27 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