xmw         14/08/05 07:10:07

  Added:                phc-intel-0.3.2-rev16-trailing-space-3.16.patch
  Removed:              phc-intel-0.3.2-rev15-3.16.patch
  Log:
  Version bump, drop intermediate fix revision.
  
  (Portage version: 2.2.11/cvs/Linux x86_64, signed Manifest commit with key 
62EEF090)

Revision  Changes    Path
1.1                  
sys-power/phc-intel/files/phc-intel-0.3.2-rev16-trailing-space-3.16.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/phc-intel/files/phc-intel-0.3.2-rev16-trailing-space-3.16.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-power/phc-intel/files/phc-intel-0.3.2-rev16-trailing-space-3.16.patch?rev=1.1&content-type=text/plain

Index: phc-intel-0.3.2-rev16-trailing-space-3.16.patch
===================================================================
--- phc-intel-pack-rev16/inc/3.16/linux-phc-0.3.2.patch
+++ phc-intel-pack-rev16/inc/3.16/linux-phc-0.3.2.patch
@@ -195,7 +195,7 @@
  static void __init acpi_cpufreq_boost_init(void)
  {
        if (boot_cpu_has(X86_FEATURE_CPB) || boot_cpu_has(X86_FEATURE_IDA)) {
-@@ -928,6 +1019,481 @@
+@@ -928,6 +1019,486 @@
        }
  }
  
@@ -271,6 +271,7 @@
 +              vid = 
extract_vid_from_control(acpi_data->states[freq_table[i].driver_data].control);
 +              count += sprintf(&buf[count], "%u ", vid);
 +      }
++      if (count) count--;
 +      count += sprintf(&buf[count], "\n");
 +
 +      return count;
@@ -300,6 +301,7 @@
 +              vid = 
extract_vid_from_control(data->original_controls[freq_table[i].driver_data]);
 +              count += sprintf(&buf[count], "%u ", vid);
 +      }
++      if (count) count--;
 +      count += sprintf(&buf[count], "\n");
 +
 +      return count;
@@ -326,6 +328,7 @@
 +              fid = 
extract_fid_from_control(acpi_data->states[freq_table[i].driver_data].control);
 +              count += sprintf(&buf[count], "%u ", fid);
 +      }
++      if (count) count--;
 +      count += sprintf(&buf[count], "\n");
 +
 +      return count;
@@ -354,6 +357,7 @@
 +              vid = 
extract_vid_from_control(acpi_data->states[freq_table[i].driver_data].control);
 +              count += sprintf(&buf[count], "%u:%u ", fid, vid);
 +      }
++      if (count) count--;
 +      count += sprintf(&buf[count], "\n");
 +
 +      return count;
@@ -385,6 +389,7 @@
 +              vid = 
extract_vid_from_control(data->original_controls[freq_table[i].driver_data]);
 +              count += sprintf(&buf[count], "%u:%u ", fid, vid);
 +      }
++      if (count) count--;
 +      count += sprintf(&buf[count], "\n");
 +
 +      return count;




Reply via email to