public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-power/phc-intel/files: phc-intel-0.3.2-rev16-trailing-space-3.16.patch phc-intel-0.3.2-rev15-3.16.patch
@ 2014-08-05  7:10 Michael Weber (xmw)
  0 siblings, 0 replies; only message in thread
From: Michael Weber (xmw) @ 2014-08-05  7:10 UTC (permalink / raw
  To: gentoo-commits

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;





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-08-05  7:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-05  7:10 [gentoo-commits] gentoo-x86 commit in sys-power/phc-intel/files: phc-intel-0.3.2-rev16-trailing-space-3.16.patch phc-intel-0.3.2-rev15-3.16.patch Michael Weber (xmw)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox