summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--staging/mausezahn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/staging/mausezahn.c b/staging/mausezahn.c
index c38ea46..6c36166 100644
--- a/staging/mausezahn.c
+++ b/staging/mausezahn.c
@@ -590,8 +590,8 @@ int getopts (int argc, char *argv[])
}
break;
case '?':
- if ((optopt == 'a') || (optopt == 'b') || (optopt = 'c') ||
- (optopt == 'd') || (optopt == 'f') || (optopt = 'p') ||
+ if ((optopt == 'a') || (optopt == 'b') || (optopt == 'c') ||
+ (optopt == 'd') || (optopt == 'f') || (optopt == 'p') ||
(optopt == 't') || (optopt == 'm'))
fprintf (stderr, " mz/getopts: Option -%c requires an argument.\n", optopt);
else if (isprint (optopt))
-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'tools/perf/scripts/perl/rw-by-file.pl')
round. Signed-off-by: Christoph Hellwig <hch@lst.de> Reported-by: Junichi Nomura <j-nomura@ce.jp.nec.com> Fixes: e73c23ff ("block: add async variant of blkdev_issue_zeroout") Tested-by: Junichi Nomura <j-nomura@ce.jp.nec.com> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'sound/soc/codecs/wm8995.h')