From: John Ogness Date: Fri, 25 Mar 2011 08:47:37 +0000 (+0100) Subject: mmc: remove redundant irq disabling X-Git-Tag: v3.0-rc1~148^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b38c4ebf037290eef27b31bdc37cacf804c7a48;p=pandora-kernel.git mmc: remove redundant irq disabling There is no need to disable irq's when using the sg_copy_*_buffer() functions because those functions do that already. There are also no races for the mm_queue struct here that would require the irq's to be disabled before calling sg_copy_*_buffer(). Signed-off-by: John Ogness Signed-off-by: Chris Ball --- Reading git-diff-tree failed