commit | 54557665a4e776a1affa132faea87bc60c452617 | [log] [tgz] |
---|---|---|
author | Chengguang Xu <cgxu519@gmx.com> | Sat Jan 19 21:15:34 2019 +0800 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jan 22 12:03:16 2019 +0100 |
tree | e32e9ff590e6d59e5f8bb07918a74b0818a2c253 | |
parent | 1e09cdd506c8833a9d52cb61009798660cff4051 [diff] |
uio: remove redundant check It is not necessary to check idev->info several times under mutex lock, so just remove redundant check. Signed-off-by: Chengguang Xu <cgxu519@gmx.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>