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)
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>

No differences found