From 37829029837b2f653fd407cbd6796dcf124c1ed8 Mon Sep 17 00:00:00 2001 From: Viresh Kumar Date: Mon, 8 Jun 2015 18:25:32 +0530 Subject: [PATCH] cpufreq: Remove cpufreq_update_policy() cpufreq_update_policy() was kept as a separate routine earlier as it was handling migration of sysfs directories, which isn't the case anymore. It is only updating policy->cpu now and is called by a single caller. The WARN_ON() isn't really required anymore, as we are just updating the cpu now, not moving the sysfs directories. Signed-off-by: Viresh Kumar Signed-off-by: Rafael J. Wysocki --- Reading git-format-patch failed