rpms/kernel/F-7 linux-2.6-libata-unbreak-smart-2.patch,1.1,1.2

Chuck Ebbert (cebbert) fedora-extras-commits at redhat.com
Tue Jul 17 14:00:16 UTC 2007


Author: cebbert

Update of /cvs/pkgs/rpms/kernel/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32578

Modified Files:
	linux-2.6-libata-unbreak-smart-2.patch 
Log Message:
Fix tpyo in libata patch.


linux-2.6-libata-unbreak-smart-2.patch:

Index: linux-2.6-libata-unbreak-smart-2.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-7/linux-2.6-libata-unbreak-smart-2.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- linux-2.6-libata-unbreak-smart-2.patch	16 Jul 2007 20:08:29 -0000	1.1
+++ linux-2.6-libata-unbreak-smart-2.patch	17 Jul 2007 14:00:13 -0000	1.2
@@ -6,7 +6,7 @@
 Signed-off-by: Chuck Ebbert <cebbert at redhat.com>
 
 ---
-(Apply after Petr's patch to fix the sense data.)
+(Apply after Petr's patch to fix SMART bugs.)
 
  drivers/ata/libata-sff.c |    5 +++++
  1 file changed, 5 insertions(+)
@@ -27,7 +27,7 @@
  	tf->device = ioread8(ioaddr->device_addr);
  
  	if (tf->flags & ATA_TFLAG_LBA48) {
-+		ap->last_ctl = tf_ctl | ATA_HOB;
++		ap->last_ctl = tf->ctl | ATA_HOB;
  		iowrite8(tf->ctl | ATA_HOB, ioaddr->ctl_addr);
 +
  		tf->hob_feature = ioread8(ioaddr->error_addr);




More information about the fedora-extras-commits mailing list