diff options
author | Okash Khawaja <okash.khawaja@gmail.com> | 2017-06-25 20:40:00 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-06-27 09:08:47 +0200 |
commit | fc61ed51270e86440cf7cf84cbe1d86753592932 (patch) | |
tree | c5df76a420a96193eb49c8218e4be192b7d87358 /mm/early_ioremap.c | |
parent | Revert "staging: fsl-mc: drop useless #includes" (diff) | |
download | linux-fc61ed51270e86440cf7cf84cbe1d86753592932.tar.xz linux-fc61ed51270e86440cf7cf84cbe1d86753592932.zip |
tty: add function to convert device name to number
The function converts strings like ttyS0 and ttyUSB0 to dev_t like
(4, 64) and (188, 0). It does this by scanning tty_drivers list for
corresponding device name and index. If the driver is not registered,
this function returns -ENODEV. It also acquires tty_mutex.
Signed-off-by: Okash Khawaja <okash.khawaja@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'mm/early_ioremap.c')
0 files changed, 0 insertions, 0 deletions