diff options
author | Gerald Schaefer <gerald.schaefer@de.ibm.com> | 2009-12-07 14:52:17 +0300 |
---|---|---|
committer | Martin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com> | 2009-12-07 14:51:38 +0300 |
commit | 1963403aae0fc5a4e20cf2e51e4f0148fdf938b4 (patch) | |
tree | 7d876c21ad2a7073ca09aaa3b0247246a9b9e361 /drivers/s390/char/raw3270.c | |
parent | 2da3cf9755ea992a18650860fde74e3bfa8c8b65 (diff) | |
download | linux-1963403aae0fc5a4e20cf2e51e4f0148fdf938b4.tar.xz |
[S390] monreader: remove lock_kernel() from open() function
The lock_kernel() calls in the open() function are unnecessary because
misc_register() is called last in module_init() and concurrent open()
calls are handled by other means.
Signed-off-by: Gerald Schaefer <gerald.schaefer@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/s390/char/raw3270.c')
0 files changed, 0 insertions, 0 deletions