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
ion>
authorJisheng Zhang <jszhang@marvell.com>2015-12-23 19:05:39 +0800
committerMark Brown <broonie@kernel.org>2015-12-23 12:12:09 +0000
commit6096828e68cc15c0ddc5895036f07c62558b604c (patch)
tree3fc8e4087dcc848debada0d02fe74346775d99e4 /drivers/spi/Kconfig
parent8005c49d9aea74d382f474ce11afbbc7d7130bec (diff)
spi: dw: Use SPI_TMOD_TR rather than magic const 0 to set tmode
The TMODE available value is well defined and documented in the header file. Use it and remove the comment. Signed-off-by: Jisheng Zhang <jszhang@marvell.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/Kconfig')