hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/input/mousedev.c
....@@ -1,12 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Input driver to ExplorerPS/2 device driver module.
34 *
45 * Copyright (c) 1999-2002 Vojtech Pavlik
56 * 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.
107 */
118
129 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
....@@ -561,7 +558,7 @@
561558 goto err_free_client;
562559
563560 file->private_data = client;
564
- nonseekable_open(inode, file);
561
+ stream_open(inode, file);
565562
566563 return 0;
567564