From: Bartlomiej Zolnierkiewicz Date: Sun, 7 Jun 2009 13:37:07 +0000 (+0200) Subject: ide: remove superfluous SELECT_MASK() call from do_rw_taskfile() X-Git-Tag: v2.6.31-rc1~372^2~10 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6dcdea726855d78048e4bfb950342afc0e83e47;p=pandora-kernel.git ide: remove superfluous SELECT_MASK() call from do_rw_taskfile() With ->write_devctl method call (which unmasks drive IRQ) preceding SELECT_MASK() call there is really no need for the latter. Moreover with the combination of HPT36x controller and the drive on the quirk_drives[] list this can result in superfluous enable_irq() call which in turn will trigger WARN() in __enable_irq(). Acked-by: Sergei Shtylyov Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed