Re: [Powertop] [PATCH v2 1/2] Updates to support Android platform

2012-09-25 Thread Chris Ferron
On 09/24/2012 10:34 PM, Rajagopal Venkat wrote: On 24 September 2012 21:27, Chris Ferron wrote: On 09/24/2012 06:28 AM, Rajagopal Venkat wrote: This patch adds following minor changes to prepare powertop to support Android platform. - Add missing HAVE_CONFIG_H conditional check. - remove un-u

Re: [Powertop] [PATCH v2 1/2] Updates to support Android platform

2012-09-24 Thread Arjan van de Ven
On 9/25/2012 7:34 AM, Rajagopal Venkat wrote: >> On 09/24/2012 06:28 AM, Rajagopal Venkat wrote: >>> >>> This patch adds following minor changes to prepare powertop >>> to support Android platform. >>> >>> - Add missing HAVE_CONFIG_H conditional check. >>> - remove un-used ethtool_cmd_speed_set and

Re: [Powertop] [PATCH v2 1/2] Updates to support Android platform

2012-09-24 Thread Arjan van de Ven
On 9/25/2012 7:34 AM, Rajagopal Venkat wrote: >> On 09/24/2012 06:28 AM, Rajagopal Venkat wrote: >>> >>> This patch adds following minor changes to prepare powertop >>> to support Android platform. >>> >>> - Add missing HAVE_CONFIG_H conditional check. >>> - remove un-used ethtool_cmd_speed_set and

Re: [Powertop] [PATCH v2 1/2] Updates to support Android platform

2012-09-24 Thread Rajagopal Venkat
On 24 September 2012 21:27, Chris Ferron wrote: > On 09/24/2012 06:28 AM, Rajagopal Venkat wrote: >> >> This patch adds following minor changes to prepare powertop >> to support Android platform. >> >> - Add missing HAVE_CONFIG_H conditional check. >> - remove un-used ethtool_cmd_speed_set and eth

Re: [Powertop] [PATCH v2 1/2] Updates to support Android platform

2012-09-24 Thread Chris Ferron
On 09/24/2012 06:28 AM, Rajagopal Venkat wrote: This patch adds following minor changes to prepare powertop to support Android platform. - Add missing HAVE_CONFIG_H conditional check. - remove un-used ethtool_cmd_speed_set and ethtool_cmd_speed functions. - Minimize dependency on exception handl

[Powertop][PATCH v2 1/2] Updates to support Android platform

2012-09-24 Thread Rajagopal Venkat
This patch adds following minor changes to prepare powertop to support Android platform. - Add missing HAVE_CONFIG_H conditional check. - remove un-used ethtool_cmd_speed_set and ethtool_cmd_speed functions. - Minimize dependency on exception handling in catch blocks. These changes will not affec