summaryrefslogtreecommitdiff
path: root/include/linux/tty_driver.h
diff options
context:
space:
mode:
authorJiri Slaby <jslaby@suse.cz>2012-06-04 15:35:35 +0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-06-14 04:30:54 +0400
commit9bb8a3d4109f3b267cca9f6f071e2298eed4f593 (patch)
tree7b607157c5e859024802800c6790d7e0d41fe561 /include/linux/tty_driver.h
parentca4ff100d36b2c1da93a0a121177f73eea154471 (diff)
downloadlinux-9bb8a3d4109f3b267cca9f6f071e2298eed4f593.tar.xz
TTY: centralize fail paths in tty_register_driver
Currently, some failures are handled in if's false branches, some at the end of tty_register_driver via goto-labels. Let us handle the failures at the end of the functions to have the failure handling at a single place. The only thing needed is to label the lines properly and jump there. Signed-off-by: Jiri Slaby <jslaby@suse.cz> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/tty_driver.h')
0 files changed, 0 insertions, 0 deletions