From: Jeff Dike Date: Sat, 25 Jun 2005 21:55:25 +0000 (-0700) Subject: [PATCH] uml: hot-unplug code cleanup X-Git-Tag: v2.6.13-rc1~68^2~177 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29d56cfe3ca599ddc3ae9156e7e469c044d97b96;p=pandora-kernel.git [PATCH] uml: hot-unplug code cleanup Clean up the hot-unplugging code. There is now an id procedure which is called to figure out what device we're talking to. The error messages from that are now done from mconsole_remove instead of the driver. remove is now called with the device number, after it has been checked, so doesn't need to do sanity checking on it. Signed-off-by: Jeff Dike Cc: Paolo Giarrusso Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed