From: Wolfram Sang Date: Thu, 2 Sep 2010 11:28:39 +0000 (+0000) Subject: ide: Fix ordering of procfs registry. X-Git-Tag: v2.6.36-rc5~11^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbee032295dac88742734ee9988e08a0e4f2f732;p=pandora-kernel.git ide: Fix ordering of procfs registry. We must ensure that ide_proc_port_register_devices() occurs on an interface before ide_proc_register_driver() executes for that interfaces drives. Therefore defer the registry of the driver device objects backed by ide_bus_type until after ide_proc_port_register_devices() has run and thus all of the drive->proc procfs directory pointers have been setup. Signed-off-by: Wolfram Sang Signed-off-by: David S. Miller --- Reading git-diff-tree failed