commit | b45f3ccf80fb3e9e86bba2ad3640880d6fe85bfc | [log] [tgz] |
---|---|---|
author | Tomas Winkler <tomas.winkler@intel.com> | Wed Jul 04 19:24:53 2012 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Jul 10 14:58:36 2012 -0700 |
tree | 58bf9c1df2c44a55424b77ed68ebaa235553b3c0 | |
parent | 7bdf72d3d8059a50214069ea4b87c2174645f40f [diff] |
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>