From b356ec8affa09366306c3d93fecc87d3fe1d2f9c Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Thu, 4 Jan 2007 14:45:14 +0100 Subject: inotail.c: Make it clear that we're handling one file when tailing stdin --- inotail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inotail.c b/inotail.c index 3f08360..26092d3 100644 --- a/inotail.c +++ b/inotail.c @@ -440,7 +440,7 @@ int main(int argc, char **argv) } else { /* It must be stdin then */ static char *dummy_stdin = "-"; - n_files++; + n_files = 1; filenames = &dummy_stdin; /* POSIX says that -f is ignored if no file operand is -- cgit v1.2.3-54-g00ecf iv id='cgit'>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
net-next.git/patch/?id=80833ff0eea693d8e0c3305a869159a64141fdad'>patch)
tree35d00ebf44188bea0a517cc03ae67c9b01bc8316
parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff)
ASoC: atmel_ssc_dai: read DSP mode A data on rising edges of bclk
Signed-off-by: Peter Rosin <peda@axentia.se> Signed-off-by: Mark Brown <broonie@kernel.org>