Commit 320597b5 authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] mpt fusion - remove donothing code

parent 7f66b9d8
......@@ -254,8 +254,7 @@ static __inline__ int __get_order(unsigned long size)
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,28)
#define mptscsih_save_flags(flags) \
({ local_save_flags(flags); \
local_irq_disable(); \
({ local_irq_save(flags); \
})
#else
#define mptscsih_save_flags(flags) \
......
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