From: Fernando Luis Vázquez Cao Date: Wed, 7 Nov 2007 07:33:49 +0000 (+0900) Subject: nv_hardreset: update dangling reference to bugzilla entry X-Git-Tag: v2.6.24-rc3~162^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=647c595dadb20d2c46e18bbd8d2a11e32f2a46e1;p=platform%2Fupstream%2Fkernel-adaptation-pc.git nv_hardreset: update dangling reference to bugzilla entry Signed-off-by: Fernando Luis Vazquez Cao Signed-off-by: Jeff Garzik --- diff --git a/drivers/ata/sata_nv.c b/drivers/ata/sata_nv.c index 35b2df2..44f9e5d 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); }