]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] Fix I2O config-osm init to return proper error
authorDeepak Saxena <dsaxena@plexity.net>
Wed, 21 Sep 2005 16:55:35 +0000 (09:55 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 21 Sep 2005 17:11:54 +0000 (10:11 -0700)
commit382ab589faddc168775f53638815c2000a4c6796
tree351214ad8719c6d46291d21b212996db46aef0dd
parent1eb194fe6a55156e884a58b556f913e37309399a
[PATCH] Fix I2O config-osm init to return proper error

We currently unregister the config-osm driver if initialization of the
legacy ioctl() handlers failed but still return success.  We should be
returning -EBUSY in this case.

Signed-off-by: Deepak Saxena <dsaxena@plexity.net>
Cc: Markus Lidel <Markus.Lidel@shadowconnect.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/message/i2o/config-osm.c