commit | 2417898b34ad3fbf2f31771c97ba87792bf97f0c | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Mon Jul 08 16:00:44 2013 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Jul 09 10:33:25 2013 -0700 |
tree | 44a3051eaa35cdd996d920ffa5976e2139dae3b9 | |
parent | c707a81de71a27a499fde60fbb963f60602c1a94 [diff] |
ncpfs: fix error return code in ncp_parse_options() Fix to return -EINVAL from the option parse error handling case instead of 0, as done elsewhere in this function. Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Cc: Petr Vandrovec <petr@vandrovec.name> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>