Dan Carpenter 65c3b205eb CIFS: remove an unneeded NULL check
Smatch complains because we dereference "ses->server" without checking
some lines earlier inside the call to get_next_mid(ses->server).

	fs/cifs/cifssmb.c:4921 CIFSGetDFSRefer()
	warn: variable dereferenced before check 'ses->server' (see line 4899)

There is only one caller for this function get_dfs_path() and it always
passes a non-null "ses->server" pointer so this NULL check can be
removed.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Steve French <smfrench@gmail.com>
2015-05-20 11:36:16 -05:00
..
2014-12-10 17:41:02 -08:00
2014-12-14 14:55:45 -06:00
2015-05-20 11:36:16 -05:00
2013-11-08 05:57:46 +09:00
2015-01-18 23:49:26 -05:00
2014-12-14 14:55:57 -06:00
2007-06-05 18:30:44 +00:00
2015-05-20 09:32:21 -05:00
2014-12-14 14:55:45 -06:00
2012-07-24 10:25:13 -05:00
2013-09-08 14:54:24 -05:00