[PATCH] libata: fix comment regarding setting cable type
authorTejun Heo <htejun@gmail.com>
Wed, 15 Feb 2006 06:01:42 +0000 (15:01 +0900)
committerJeff Garzik <jgarzik@pobox.com>
Mon, 20 Feb 2006 11:19:53 +0000 (06:19 -0500)
commit56497bd5f1340cb97d94cab953b050be6f729790
tree330d966efed6bf6fd2c3d746b02a25f5ad4232a7
parent6aff8f1f07a7fff48121d1ad4a550f3af24ccc81
[PATCH] libata: fix comment regarding setting cable type

The comment above ata_std_postreset() specified that setting cable
type is the responsibility of postreset(), which isn't possible /
optimal depending on controller / driver.  This patch kills the
comment.  Setting cable type is responsibility of ->probe_reset.
libata doesn't care whether it's done in probeinit, reset or
postreset.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/scsi/libata-core.c
This page took 0.025782 seconds and 5 git commands to generate.