From: Prarit Bhargava Date: Tue, 2 Aug 2005 17:08:00 +0000 (-0700) Subject: [IA64]: SN fix bus->sysdata pointer and memory cleanups X-Git-Tag: v2.6.13-rc7~58^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1ffb910f7a4e1e79d462bb359067d97ad1a8a25;p=pandora-kernel.git [IA64]: SN fix bus->sysdata pointer and memory cleanups The main issue is that bus_fixup calls may potentially call functions that require a valid bus->sysdata pointer. Since this is the case, we must set the bus->sysdata pointer before calling the bus_fixup functions. The remaining changes are simple fixes to make sure memory is cleaned up in the function. Signed-off-by: Prarit Bhargava Signed-off-by: Tony Luck --- Reading git-diff-tree failed