From: Dan Carpenter Date: Mon, 26 Apr 2010 10:10:06 +0000 (+0200) Subject: cifs: change && to || X-Git-Tag: v2.6.35-rc1~528^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad6cca6d5d0f713e1987e20ed982cfa9eb16b27e;p=pandora-kernel.git cifs: change && to || This is a typo, if pvolume_info were NULL it would oops. This function is used in clean up and error handling. The current code never passes a NULL pvolume_info, but it could pass a NULL *pvolume_info if the kmalloc() failed. Signed-off-by: Dan Carpenter Acked-by: Jeff Layton Signed-off-by: Steve French --- Reading git-diff-tree failed