Commit e5fc1f67 authored by Adrian Bunk's avatar Adrian Bunk Committed by Linus Torvalds

[PATCH] cdu31a.c build fix

drivers/cdrom/cdu31a.c: In function `do_sony_cd_cmd':
drivers/cdrom/cdu31a.c:962: parse error before `:'
Signed-off-by: default avatarAdrian Bunk <bunk@fs.tum.de>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent bb795e33
......@@ -959,7 +959,7 @@ do_sony_cd_cmd(unsigned char cmd,
if (((result_buffer[0] & 0xf0) == 0x20)
&& (num_retries < MAX_CDU31A_RETRIES)) {
num_retries++;
msleep(100):
msleep(100);
goto retry_cd_operation;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment