Skip to content

Commit

Permalink
[SCSI] stex: update version to 4.6.0000.4
Browse files Browse the repository at this point in the history
Update version to 4.6.0000.4.

Signed-off-by: Ed Lin <ed.lin@promise.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
  • Loading branch information
Ed Lin authored and James Bottomley committed Oct 29, 2009
1 parent 9eb46d2 commit cce9c8a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions drivers/scsi/stex.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@
#include <scsi/scsi_eh.h>

#define DRV_NAME "stex"
#define ST_DRIVER_VERSION "4.6.0000.3"
#define ST_DRIVER_VERSION "4.6.0000.4"
#define ST_VER_MAJOR 4
#define ST_VER_MINOR 6
#define ST_OEM 0
#define ST_BUILD_VER 3
#define ST_BUILD_VER 4

enum {
/* MU register offset */
Expand Down Expand Up @@ -1488,8 +1488,8 @@ static int stex_set_dma_mask(struct pci_dev * pdev)
{
int ret;

if (!pci_set_dma_mask(pdev, DMA_BIT_MASK(64))
&& !pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(64)))
if (!pci_set_dma_mask(pdev, DMA_BIT_MASK(64))
&& !pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(64)))
return 0;
ret = pci_set_dma_mask(pdev, DMA_BIT_MASK(32));
if (!ret)
Expand Down

0 comments on commit cce9c8a

Please sign in to comment.