From: Ravikiran G Thirumalai Date: Thu, 4 Aug 2005 19:53:26 +0000 (-0700) Subject: [PATCH] ide: fix kmalloc_node breakage in ide driver X-Git-Tag: v2.6.13-rc6~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=556e58febf90c8cb1da25669d0892bf5fd2ddac2;p=pandora-kernel.git [PATCH] ide: fix kmalloc_node breakage in ide driver Patch fixes oops caused by ide interfaces not on pci. pcibus_to_node causes the kernel to crash otherwise. Patch also adds a BUG_ON to check if hwif is NULL. Signed-off-by: Christoph Lameter Signed-off-by: Shai Fultheim Signed-off-by: Ravikiran Thirumalai Cc: Andi Kleen Cc: Bartlomiej Zolnierkiewicz Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed