| commit | dff8817b78e6e6a4913f2caf7637d62dcc49a03c | [log] [tgz] |
|---|---|---|
| author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Sun Jun 07 15:37:06 2009 +0200 |
| committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Sun Jun 07 15:37:06 2009 +0200 |
| tree | 2a9864fea9bb685813bdf5745ec7ab51f81c6aa7 | |
| parent | 49d8078ad1c3dca5b11ce18391bf6bd9af9acdf5 [diff] |
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 <bzolnier@gmail.com>