diff options
author | Steve French <sfrench@us.ibm.com> | 2005-09-15 23:44:50 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2005-09-15 23:44:50 -0400 |
commit | ab2f218f4fa2c36ecd39ac1406eec1e63cd430bd (patch) | |
tree | 80a361ff0417e1a9733fd49cbb133797854da264 /fs/cifs/transport.c | |
parent | 9a899e76683639486846ce17dbaa0c2ec1ae5ab5 (diff) |
[CIFS] Fix compiler warnings
Fix some compiler warnings noticed on x64 by me and ppc64 by Shaggy
Signed-off-by: Steve French (sfrench@us.ibm.com)
Diffstat (limited to 'fs/cifs/transport.c')
-rw-r--r-- | fs/cifs/transport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/transport.c b/fs/cifs/transport.c index 96f89eb66040..d5e0c4018f92 100644 --- a/fs/cifs/transport.c +++ b/fs/cifs/transport.c | |||
@@ -485,7 +485,7 @@ SendReceive2(const unsigned int xid, struct cifsSesInfo *ses, | |||
485 | BCC(in_buf) = le16_to_cpu(BCC(in_buf)); | 485 | BCC(in_buf) = le16_to_cpu(BCC(in_buf)); |
486 | } else { | 486 | } else { |
487 | rc = -EIO; | 487 | rc = -EIO; |
488 | cFYI(1,("Bad MID state? ")); | 488 | cFYI(1,("Bad MID state?")); |
489 | } | 489 | } |
490 | } | 490 | } |
491 | cifs_no_response_exit2: | 491 | cifs_no_response_exit2: |