From: Bartlomiej Zolnierkiewicz Date: Sun, 7 Jun 2009 13:37:06 +0000 (+0200) Subject: icside: remove superfluous ->maskproc method X-Git-Tag: v2.6.31-rc1~372^2~12 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dff8817b78e6e6a4913f2caf7637d62dcc49a03c;p=pandora-kernel.git icside: remove superfluous ->maskproc method [inspired by pata_icside] Enabling/disabling of card IRQs is handled fine by IRQ and IDE subsystems so there is no need for custom ->maskproc method. Moreover icside_maskproc() would enable IRQ only if it was already enabled [because of 'if (state->enabled && !mask)' check]. Signed-off-by: Bartlomiej Zolnierkiewicz --- Reading git-diff-tree failed