mei: don't mix read and write slots
authorTomas Winkler <tomas.winkler@intel.com>
Sun, 18 Nov 2012 13:13:18 +0000 (15:13 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Nov 2012 20:43:58 +0000 (12:43 -0800)
commit9a84d616980215d1d9222173c60329b57680483b
treea02f3ebc461b39f09eab24467bc3547eb12164df
parent24c656e55f3985b6f5c0e2264243f7076f376193
mei: don't mix read and write slots

Do not pass read slots pointer into function
mei_irq_thread_write_handler, the write
slots management is handled internally in the write
handler

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mei/interrupt.c