From d6baf4e7b41b774ccae7c7e169d9091b678c378e Mon Sep 17 00:00:00 2001 From: Jonas Lundqvist Date: Tue, 16 Mar 2010 15:41:09 +0100 Subject: [PATCH] --- yaml --- r: 197097 b: refs/heads/master c: 33f84a8f2110afbb819c8336cb73d517fc0b2891 h: refs/heads/master i: 197095: 0e8aba23bf8b632a23a693bd2a4a5e8fe2bc774d v: v3 --- [refs] | 2 +- trunk/drivers/staging/phison/phison.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 06a4ad02af92..84048adac3f1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: fa51929f66ce7953714df1193b13750c39871065 +refs/heads/master: 33f84a8f2110afbb819c8336cb73d517fc0b2891 diff --git a/trunk/drivers/staging/phison/phison.c b/trunk/drivers/staging/phison/phison.c index 0c495eacb75b..42783d7367e3 100644 --- a/trunk/drivers/staging/phison/phison.c +++ b/trunk/drivers/staging/phison/phison.c @@ -23,7 +23,7 @@ #define PHISON_DEBUG #define DRV_NAME "phison_e-box" /* #0003 */ -#define DRV_VERSION "0.91" /* #0003 */ +#define DRV_VERSION "0.91" /* #0003 */ #define PCI_VENDOR_ID_PHISON 0x1987 #define PCI_DEVICE_ID_PS5000 0x5000 @@ -56,7 +56,7 @@ static int phison_init_one(struct pci_dev *pdev, const struct pci_device_id *id) .pio_mask = 0x1f, .mwdma_mask = 0x07, - .udma_mask = ATA_UDMA5, + .udma_mask = ATA_UDMA5, .port_ops = &phison_ops, };