OSDN Git Service

mmc: remove redundant irq disabling
authorJohn Ogness <john.ogness@linutronix.de>
Fri, 25 Mar 2011 08:47:37 +0000 (09:47 +0100)
committerChris Ball <cjb@laptop.org>
Wed, 25 May 2011 00:59:17 +0000 (20:59 -0400)
commit0b38c4ebf037290eef27b31bdc37cacf804c7a48
tree97a947537da85f161b2862d2d26221402d637194
parent41e2a4893566ced3c46af15df5b727326881e47d
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 <john.ogness@linutronix.de>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/card/queue.c