#!/bin/sh echo "--------------------" echo "running socket test" echo "--------------------" ./socket if [ $? -ne 0 ]; then echo "[FAIL]" else echo "[PASS]" fi />
summaryrefslogtreecommitdiff
path: root/sound/i2c/tea6330t.c
AgeCommit message (Expand)AuthorFilesLines