Commit 39322528 authored by Adam Kropelin's avatar Adam Kropelin Committed by Linus Torvalds

[PATCH] cpqarray IDA_LOCK compile fix

parent 81b0a2f5
......@@ -118,7 +118,7 @@ struct ctlr_info {
unsigned int misc_tflags;
};
#define IDA_LOCK(i) (&hba[i]->queue)
#define IDA_LOCK(i) (&hba[i]->lock)
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment