mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 18:51:27 +00:00
Merge branch 'svn-trunk'
This commit is contained in:
@@ -53,7 +53,7 @@ qla2100_intr_handler(int irq, void *dev_id)
|
||||
int status;
|
||||
unsigned long iter;
|
||||
uint16_t hccr;
|
||||
uint16_t mb[4];
|
||||
uint16_t mb[8];
|
||||
struct rsp_que *rsp;
|
||||
unsigned long flags;
|
||||
|
||||
@@ -172,7 +172,7 @@ qla2300_intr_handler(int irq, void *dev_id)
|
||||
unsigned long iter;
|
||||
uint32_t stat;
|
||||
uint16_t hccr;
|
||||
uint16_t mb[4];
|
||||
uint16_t mb[8];
|
||||
struct rsp_que *rsp;
|
||||
struct qla_hw_data *ha;
|
||||
unsigned long flags;
|
||||
|
||||
Reference in New Issue
Block a user