.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * Input driver to ExplorerPS/2 device driver module. |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright (c) 1999-2002 Vojtech Pavlik |
---|
5 | 6 | * Copyright (c) 2004 Dmitry Torokhov |
---|
6 | | - * |
---|
7 | | - * This program is free software; you can redistribute it and/or modify |
---|
8 | | - * it under the terms of the GNU General Public License version 2 as published by |
---|
9 | | - * the Free Software Foundation. |
---|
10 | 7 | */ |
---|
11 | 8 | |
---|
12 | 9 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
---|
.. | .. |
---|
561 | 558 | goto err_free_client; |
---|
562 | 559 | |
---|
563 | 560 | file->private_data = client; |
---|
564 | | - nonseekable_open(inode, file); |
---|
| 561 | + stream_open(inode, file); |
---|
565 | 562 | |
---|
566 | 563 | return 0; |
---|
567 | 564 | |
---|