From: Mark Lord Date: Fri, 20 Aug 2010 14:13:16 +0000 (-0400) Subject: libata-sff: remove harmful BUG_ON from ata_bmdma_qc_issue X-Git-Tag: v2.6.36-rc3~20^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55ee67f837882f28a900705a2ca1af257ab6c53d;p=pandora-kernel.git libata-sff: remove harmful BUG_ON from ata_bmdma_qc_issue Remove harmful BUG_ON() from ata_bmdma_qc_issue(), as it casts too wide of a net and breaks sata_mv. It also crashes the kernel while doing the BUG_ON(). There's already a WARN_ON_ONCE() further down to catch the case of POLLING for a BMDMA operation. Signed-off-by: Mark Lord Signed-off-by: Jeff Garzik Cc: stable@kernel.org --- Reading git-diff-tree failed