commit | c38714ed4447874db1e06908f713fe65afba4a85 | [log] [tgz] |
---|---|---|
author | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Tue Jan 06 17:20:59 2009 +0100 |
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | Tue Jan 06 17:20:59 2009 +0100 |
tree | 1e9613b43c042ed3f07330a74cbe13229ba23560 | |
parent | 94c96445f32c16cfdc398b20b7e78945ab7e35f9 [diff] |
ide: remove now redundant ->cur_dev checks * ->cur_dev should now be always valid if ->handler is set so remove redundant checks from ide_intr() and ide_timer_expiry(). * Apply CodingStyle fixups in ide_timer_expiry() while at it. There should be no functional changes caused by this patch. Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>