From: Alexander Usyskin Date: Thu, 2 Oct 2014 10:39:31 +0000 (+0300) Subject: mei: drop unneeded client NULL check in cb structure X-Git-Tag: omap-for-v3.19/fixes-rc1~84^2~70 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=140c7553231dcd119ebda8c27dec7f06aef7e323;p=pandora-kernel.git 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 Signed-off-by: Tomas Winkler Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed