diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2012-07-04 16:24:53 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-07-10 21:58:36 (GMT) |
commit | b45f3ccf80fb3e9e86bba2ad3640880d6fe85bfc (patch) | |
tree | 58bf9c1df2c44a55424b77ed68ebaa235553b3c0 /arch | |
parent | 7bdf72d3d8059a50214069ea4b87c2174645f40f (diff) | |
download | linux-b45f3ccf80fb3e9e86bba2ad3640880d6fe85bfc.tar.xz |
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>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions