OSDN Git Service

mei: simplify write complete loop in irq handler
authorTomas Winkler <tomas.winkler@intel.com>
Sun, 18 Nov 2012 13:13:19 +0000 (15:13 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Nov 2012 20:43:58 +0000 (12:43 -0800)
commitbe9d87a790765bcc85d8bdab8a9be31cf7457b28
tree61d378f2d19f9536b03405b4fafacd61cfe10ab1
parent9a84d616980215d1d9222173c60329b57680483b
mei: simplify write complete loop in irq handler

extract the common, hence non conditional code
from the if-else statment

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