aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/sata_nv.c
diff options
context:
space:
mode:
authorFernando Luis Vázquez Cao <fernando@oss.ntt.co.jp>2007-11-07 16:33:49 +0900
committerJeff Garzik <jeff@garzik.org>2007-11-08 13:08:40 -0500
commit647c595dadb20d2c46e18bbd8d2a11e32f2a46e1 (patch)
treee7e6a4652709bc27adad9033b216d6528ec7c663 /drivers/ata/sata_nv.c
parentata_piix: add SATELLITE PRO U200 to broken suspend list (diff)
downloadlinux-dev-647c595dadb20d2c46e18bbd8d2a11e32f2a46e1.tar.xz
linux-dev-647c595dadb20d2c46e18bbd8d2a11e32f2a46e1.zip
nv_hardreset: update dangling reference to bugzilla entry
Signed-off-by: Fernando Luis Vazquez Cao <fernando@oss.ntt.co.jp> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to '')
-rw-r--r--drivers/ata/sata_nv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/sata_nv.c b/drivers/ata/sata_nv.c
index 35b2df297527..44f9e5d9e362 100644
--- a/drivers/ata/sata_nv.c
+++ b/drivers/ata/sata_nv.c
@@ -1629,7 +1629,7 @@ static int nv_hardreset(struct ata_link *link, unsigned int *class,
/* SATA hardreset fails to retrieve proper device signature on
* some controllers. Don't classify on hardreset. For more
- * info, see http://bugme.osdl.org/show_bug.cgi?id=3352
+ * info, see http://bugzilla.kernel.org/show_bug.cgi?id=3352
*/
return sata_std_hardreset(link, &dummy, deadline);
}