[PATCH] ata_piix: kill spurious assignment in piix_sata_probe()
commit48f80e12abbc1e9034e54614c30e7c304209ce99
authorTejun Heo <htejun@gmail.com>
Sun, 12 Feb 2006 10:05:07 +0000 (12 19:05 +0900)
committerJeff Garzik <jgarzik@pobox.com>
Sun, 12 Feb 2006 19:06:42 +0000 (12 14:06 -0500)
treedb55f6dac4a20433d7ca1672c8fa15f01844da2a
parent06ab78222bd119a0a3d8a1f89997ce902a219703
[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>
drivers/scsi/ata_piix.c