]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/scsi/hptiop.h
Merge tag 'kvm-arm-for-4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-bionic-kernel.git] / drivers / scsi / hptiop.h
index 020619d60b081d4d393f9ed10565c96e844f96ce..4d1c51153b70334e152262875f8ba7a6148dd53b 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * HighPoint RR3xxx/4xxx controller driver for Linux
- * Copyright (C) 2006-2012 HighPoint Technologies, Inc. All Rights Reserved.
+ * Copyright (C) 2006-2015 HighPoint Technologies, Inc. All Rights Reserved.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -327,8 +327,8 @@ struct hptiop_hba {
        struct hptiop_request reqs[HPTIOP_MAX_REQUESTS];
 
        /* used to free allocated dma area */
-       void        *dma_coherent;
-       dma_addr_t  dma_coherent_handle;
+       void        *dma_coherent[HPTIOP_MAX_REQUESTS];
+       dma_addr_t  dma_coherent_handle[HPTIOP_MAX_REQUESTS];
 
        atomic_t    reset_count;
        atomic_t    resetting;