summaryrefslogtreecommitdiffstats
path: root/dung-3.4.25-m2/sdhi.0/unbind-bind-write.sh
blob: 07a5d579cacbe190e96609f2e23bba52ff3850a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh

set -e
#set -x

echo "SDHI unbind/bind/write test"

if [ $# -ne 0 ]; then
	echo "usage: $(basename $0)" >& 2
	exit 1
fi

DRIVER="sh_mobile_sdhi"
DEV_NAME=$DRIVER.0
BLOCK_DEV="/dev/disk/by-path/platform-$DEV_NAME"

exec $(dirname $0)/../common/unbind-bind-write.sh \
	"$DRIVER" "$DEV_NAME" "$BLOCK_DEV"