commit | 48f80e12abbc1e9034e54614c30e7c304209ce99 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Sun Feb 12 19:05:07 2006 +0900 |
committer | Jeff Garzik <jgarzik@pobox.com> | Sun Feb 12 14:06:42 2006 -0500 |
tree | db55f6dac4a20433d7ca1672c8fa15f01844da2a | |
parent | 06ab78222bd119a0a3d8a1f89997ce902a219703 [diff] |
[PATCH] ata_piix: kill spurious assignment in piix_sata_probe() In piix_sata_probe(), mask gets assigned unnecessarily at the beginning of the function. Kill the assignment. Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>