mei: streamline the _mei_irq_thread_close/ioctol functions
authorTomas Winkler <tomas.winkler@intel.com>
Wed, 4 Jul 2012 16:24:53 +0000 (19:24 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 10 Jul 2012 21:58:36 +0000 (14:58 -0700)
commitb45f3ccf80fb3e9e86bba2ad3640880d6fe85bfc
tree58bf9c1df2c44a55424b77ed68ebaa235553b3c0
parent7bdf72d3d8059a50214069ea4b87c2174645f40f
mei: streamline the _mei_irq_thread_close/ioctol functions

change statements of types

if (ok)
do something
else
return err

into

if (err)
return err

do something

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