Input: serio_raw - remove stray semicolon

Signed-off-by: Che-Liang Chiou <clchiou@chromium.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
Che-Liang Chiou 2012-01-10 00:45:12 -08:00 committed by Dmitry Torokhov
parent d3d25808df
commit d89c9bcb33
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ static ssize_t serio_raw_write(struct file *file, const char __user *buffer,
goto out;
}
written++;
};
}
out:
mutex_unlock(&serio_raw_mutex);