Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c294f1b32940d5bf853e006b9ccc72629c859749
Commit:     c294f1b32940d5bf853e006b9ccc72629c859749
Parent:     045eeb4f796bf50439cfbf4f165946b648a1a928
Author:     Andrew Morton <[EMAIL PROTECTED]>
AuthorDate: Tue Jan 15 15:42:37 2008 -0800
Committer:  Jeff Garzik <[EMAIL PROTECTED]>
CommitDate: Wed Jan 23 05:24:16 2008 -0500

    [libata] pata_legacy: typo fix
    
    Cc: Jeff Garzik <[EMAIL PROTECTED]>
    Cc: Alan Cox <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>
---
 drivers/ata/pata_legacy.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/ata/pata_legacy.c b/drivers/ata/pata_legacy.c
index dae85aa..c37ba32 100644
--- a/drivers/ata/pata_legacy.c
+++ b/drivers/ata/pata_legacy.c
@@ -252,7 +252,7 @@ static void pdc20230_set_piomode(struct ata_port *ap, 
struct ata_device *adev)
 static unsigned int pdc_data_xfer_vlb(struct ata_device *dev,
                                unsigned char *buf, unsigned int buflen, int rw)
 {
-       if (ata_id_has_dword_io(adev->id)) {
+       if (ata_id_has_dword_io(dev->id)) {
                struct ata_port *ap = dev->link->ap;
                int slop = buflen & 3;
                unsigned long flags;
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to