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:
parent
d3d25808df
commit
d89c9bcb33
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ static ssize_t serio_raw_write(struct file *file, const char __user *buffer,
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
written++;
|
written++;
|
||||||
};
|
}
|
||||||
|
|
||||||
out:
|
out:
|
||||||
mutex_unlock(&serio_raw_mutex);
|
mutex_unlock(&serio_raw_mutex);
|
||||||
|
|
Loading…
Add table
Reference in a new issue