commit | 140c7553231dcd119ebda8c27dec7f06aef7e323 | [log] [tgz] |
---|---|---|
author | Alexander Usyskin <alexander.usyskin@intel.com> | Thu Oct 02 13:39:31 2014 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Nov 03 15:52:48 2014 -0800 |
tree | deebf68909102b7a828ca8b92cb354383c72004a | |
parent | 0df1f2487d2f0d04703f142813d53615d62a1da4 [diff] |
mei: drop unneeded client NULL check in cb structure The pointer to client in the callback structure (cb->cl) can't be NULL with current locking. We can drop check and warnings as in some cases this just uselessly complicates the code flow. Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>