summaryrefslogtreecommitdiff
path: root/debian/cscope.emacsen-remove
blob: 2feafacd82146d3f25d968701bafca9c512a4098 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
set -e

FLAVOUR=$1
PACKAGE=cscope
ELCFILE=xcscope.el

if [ $FLAVOUR != emacs ]; then
	echo "remove/$PACKAGE: Purging byte-compiled files for $FLAVOUR"
	rm -f /usr/share/$FLAVOUR/site-lisp/$ELCFILE
fi
commit/?id=36be3418eb769c66bc16eb1c9b402591cf1219b7'>36be3418eb769c66bc16eb1c9b402591cf1219b7 (patch) treef4ce2eab966b71b5644f79306e135cd9c52ff634 parentc749c64f45fa07d20e11af2e3f3caa9d7650d341 (diff)
cpufreq: governor: CPUFREQ_GOV_POLICY_EXIT never fails
None of the cpufreq governors currently in the tree will ever fail an invocation of the ->governor() callback with the event argument equal to CPUFREQ_GOV_POLICY_EXIT (unless invoked with incorrect arguments which doesn't matter anyway) and it wouldn't really make sense to fail it, because the caller won't be able to handle that failure in a meaningful way. Accordingly, rearrange the code in the core to make it clear that this call never fails. Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat