Skip to content
Snippets Groups Projects
Commit cfd1d0f5 authored by Dan Carpenter's avatar Dan Carpenter Committed by Dominique Martinet
Browse files

9p: Remove unnecessary IS_ERR() check


The "fid" variable can't be an error pointer so there is no need to
check.  The code is slightly cleaner if we move the increment before
the break and remove the NULL check as well.

Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarDominique Martinet <asmadeus@codewreck.org>
parent dfd37586
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment