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
2a32572e21758a17718eeec65594f7d'>623bba2d92a32572e21758a17718eeec65594f7d (patch) tree277c6bc2b654b333792a8c20df980e053c1ec2e1 parent145dd2b3995830ab4bf14f1dc7d44dc5d2b7cb10 (diff)
IB/hfi1: Remove module presence check outside pre-LNI checks
The pre-LNI SerDes and channel tuning algorithm already checks for module presence assertion for the relevant port types. The extraneous check removed in this patch blocks link up for port types for which the module presence assertion is not relevant. Reviewed-by: Dean Luick <dean.luick@intel.com> Signed-off-by: Easwar Hariharan <easwar.hariharan@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat