- sata_sil24-endian-annotations.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled

     sata_sil24: endian annotations

has been removed from the -mm tree.  Its filename is

     sata_sil24-endian-annotations.patch

This patch was dropped because an updated version was merged

------------------------------------------------------
Subject: sata_sil24: endian annotations
From: Alexey Dobriyan <adobriyan@xxxxxxxxx>


Signed-off-by: Alexey Dobriyan <adobriyan@xxxxxxxxx>
Cc: Jeff Garzik <jeff@xxxxxxxxxx>
Cc: Tejun Heo <htejun@xxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxx>
---

 drivers/scsi/sata_sil24.c |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff -puN drivers/scsi/sata_sil24.c~sata_sil24-endian-annotations drivers/scsi/sata_sil24.c
--- devel/drivers/scsi/sata_sil24.c~sata_sil24-endian-annotations	2006-06-04 23:15:25.000000000 -0700
+++ devel-akpm/drivers/scsi/sata_sil24.c	2006-06-04 23:15:25.000000000 -0700
@@ -37,7 +37,7 @@
  * Port request block (PRB) 32 bytes
  */
 struct sil24_prb {
-	u16	ctrl;
+	__le16	ctrl;
 	u16	prot;
 	u32	rx_cnt;
 	u8	fis[6 * 4];
@@ -47,9 +47,9 @@ struct sil24_prb {
  * Scatter gather entry (SGE) 16 bytes
  */
 struct sil24_sge {
-	u64	addr;
-	u32	cnt;
-	u32	flags;
+	__le64	addr;
+	__le32	cnt;
+	__le32	flags;
 };
 
 /*
_

Patches currently in -mm which might be from adobriyan@xxxxxxxxx are

git-acpi.patch
remove-acpi_os_create_lock-acpi_os_delete_lock.patch
git-block.patch
eth1394-endian-fixes.patch
sata_sil24-endian-anotations.patch
sata_sil24-endian-annotations.patch
git-mtd.patch
git-netdev-all.patch
git-net.patch
nfs-really-return-status-from-decode_recall_args.patch
x86-dont-trigger-full-rebuild-via-config_mtrr.patch
dont-trigger-full-rebuild-via-config_x86_mce.patch
remove-config_parport_arc-drivers-parport-parport_arcc.patch
two-additions-to-linux-documentation-ioctl-numbertxt.patch
more-bug_on-conversion.patch
emu10k1-mark-midi_spinlock-as-used.patch
nbd-endian-annotations.patch
documentation-ioctl-messtxt-start-tree-wide-ioctl-registry.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux