1
0
Fork 0
alistair23-linux/drivers/staging/dgrp
Bill Pemberton 178e485a0e staging: dgrp: check return value of alloc_tty_driver
alloc_tty_driver was always assumed to succeed.  Add code to check the
return value and return -ENOMEM if alloc_tty_driver fails.

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Bill Pemberton <wfp5p@virginia.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-10-17 14:10:10 -07:00
..
Kconfig staging: Add dgrp driver for Digi Realport devices 2012-09-21 09:04:18 -07:00
Makefile staging: Add dgrp driver for Digi Realport devices 2012-09-21 09:04:18 -07:00
README staging: Add dgrp driver for Digi Realport devices 2012-09-21 09:04:18 -07:00
TODO staging: dgrp: add dgrp to the build 2012-09-21 09:04:18 -07:00
dgrp_common.c userns: Fix build of drivers/staging/dgrp 2012-10-03 09:52:08 -07:00
dgrp_common.h staging: Add dgrp driver for Digi Realport devices 2012-09-21 09:04:18 -07:00
dgrp_dpa_ops.c staging: Add dgrp driver for Digi Realport devices 2012-09-21 09:04:18 -07:00
dgrp_driver.c staging: Add dgrp driver for Digi Realport devices 2012-09-21 09:04:18 -07:00
dgrp_mon_ops.c staging: serial: dgrp: Add missing #include <linux/uaccess.h> 2012-10-05 09:26:02 -07:00
dgrp_net_ops.c staging: dgrp: fix potential call to strncpy with a negative number 2012-09-25 15:42:38 -07:00
dgrp_ports_ops.c staging: Add dgrp driver for Digi Realport devices 2012-09-21 09:04:18 -07:00
dgrp_specproc.c staging: dgrp: check for NULL pointer in (un)register_proc_table 2012-10-17 14:10:10 -07:00
dgrp_sysfs.c staging: Add dgrp driver for Digi Realport devices 2012-09-21 09:04:18 -07:00
dgrp_tty.c staging: dgrp: check return value of alloc_tty_driver 2012-10-17 14:10:10 -07:00
digirp.h staging: Add dgrp driver for Digi Realport devices 2012-09-21 09:04:18 -07:00
drp.h staging: Add dgrp driver for Digi Realport devices 2012-09-21 09:04:18 -07:00

README

The user space code to work with this driver is located at
https://github.com/wfp5p/dgrp-utils