diff --git a/[refs] b/[refs] index a40ac3c4b1fc..c682d498f113 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 66189be74ff5f9f3fd6444315b85be210d07cef2 +refs/heads/master: 1023807458b6365e28c66095648e1b66e04a4259 diff --git a/trunk/fs/cifs/connect.c b/trunk/fs/cifs/connect.c index 302a15c505a9..0511fdbdf92e 100644 --- a/trunk/fs/cifs/connect.c +++ b/trunk/fs/cifs/connect.c @@ -1565,8 +1565,7 @@ cifs_parse_mount_options(const char *mountdata, const char *devname, /* Obtain the value string */ value = strchr(data, '='); - if (value != NULL) - *value++ = '\0'; + value++; /* Set tmp_end to end of the string */ tmp_end = (char *) value + strlen(value);