[PATCH] vt: Honor the return value of device_create_file
authorAntonino A. Daplas <adaplas@gmail.com>
Tue, 3 Oct 2006 08:14:49 +0000 (01:14 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 3 Oct 2006 15:04:10 +0000 (08:04 -0700)
commit928e964f262b522dad57483108f62d87c52ccf82
tree45c32e384474f8f6d8c9f9f8f142a191ec5dbb7e
parent212f26398f63bc905ea28f55b31d4ecd4a21a33b
[PATCH] vt: Honor the return value of device_create_file

Check the return value of device_create_file().  If return is 'fail', remove
attributes by calling device_remove_file().

Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/char/vt.c