kernel-ark/drivers/s390/char
Martin Schwidefsky fcf7581f7c [S390] 3270: do not register with tty_register_device
The tty3270_notifier that calls tty_register_device / tty_unregister_device
is harmful in two ways:
1) the device node that is create is wrong because the minor numbers for
   3270 tty start with 1 and tty_notifier passes the minor as index.
2) If 1) is corrected you'll get a warning:
     WARNING: at fs/sysfs/dir.c:462 sysfs_add_one+0x4c/0x60()
     sysfs: duplicate filename '227:1' can not be created
   The 227:1 link is already created by raw3270_create_attributes to refer
   to ../../class/tty/tty<devno>. There cannot be two links.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2009-06-12 10:27:32 +02:00
..
con3215.c
con3270.c
ctrlchar.c
ctrlchar.h
defkeymap.c
defkeymap.map
fs3270.c
Kconfig [S390] tape block: fix dependencies 2009-01-09 12:15:04 +01:00
keyboard.c
keyboard.h
Makefile
monreader.c [S390] convert monreader printks to pr_xxx macros. 2008-12-25 13:39:22 +01:00
monwriter.c [S390] convert monwriter printks to pr_xxx macros. 2008-12-25 13:39:23 +01:00
raw3270.c
raw3270.h
sclp_cmd.c [S390] fix "mem=" handling in case of standby memory 2009-02-19 15:19:19 +01:00
sclp_con.c
sclp_config.c [S390] convert sclp printks to pr_xxx macros. 2008-12-25 13:39:24 +01:00
sclp_cpi_sys.c [S390] convert sclp printks to pr_xxx macros. 2008-12-25 13:39:24 +01:00
sclp_cpi_sys.h
sclp_cpi.c
sclp_quiesce.c
sclp_rw.c
sclp_rw.h
sclp_sdias.c [S390] convert sclp printks to pr_xxx macros. 2008-12-25 13:39:24 +01:00
sclp_tty.c
sclp_tty.h
sclp_vt220.c [S390] sclp vt220: fix compile warning 2008-12-25 13:39:12 +01:00
sclp.c [S390] sclp: handle empty event buffers 2009-02-19 15:19:19 +01:00
sclp.h
tape_34xx.c block: convert to pos and nr_sectors accessors 2009-05-11 09:50:54 +02:00
tape_3590.c block: convert to pos and nr_sectors accessors 2009-05-11 09:50:54 +02:00
tape_3590.h
tape_block.c block: Do away with the notion of hardsect_size 2009-05-22 23:22:54 +02:00
tape_char.c [S390] tape message cleanup 2009-03-26 15:24:25 +01:00
tape_class.c
tape_class.h
tape_core.c [S390] Use tape_generic_offline directly. 2009-04-23 13:58:17 +02:00
tape_proc.c [S390] tape message cleanup 2009-03-26 15:24:25 +01:00
tape_std.c [S390] BUG to BUG_ON changes 2009-03-26 15:24:28 +01:00
tape_std.h
tape.h [S390] Use tape_generic_offline directly. 2009-04-23 13:58:17 +02:00
tty3270.c [S390] 3270: do not register with tty_register_device 2009-06-12 10:27:32 +02:00
tty3270.h
vmcp.c [S390] convert vmcp printks to pr_xxx macros. 2008-12-25 13:39:18 +01:00
vmcp.h
vmlogrdr.c trivial: fix then -> than typos in comments and documentation 2009-01-06 11:28:06 +01:00
vmur.c [S390] convert vmur printks to pr_xxx macros. 2008-12-25 13:39:19 +01:00
vmur.h
vmwatchdog.c
zcore.c [S390] Use csum_partial in checksum.h 2009-03-26 15:24:27 +01:00