diff options
| -rw-r--r-- | fs/fuse/cuse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/fuse/cuse.c b/fs/fuse/cuse.c index 2a2797e2abc5..e397b675b029 100644 --- a/fs/fuse/cuse.c +++ b/fs/fuse/cuse.c | |||
| @@ -266,7 +266,7 @@ static int cuse_parse_one(char **pp, char *end, char **keyp, char **valp) | |||
| 266 | static int cuse_parse_devinfo(char *p, size_t len, struct cuse_devinfo *devinfo) | 266 | static int cuse_parse_devinfo(char *p, size_t len, struct cuse_devinfo *devinfo) |
| 267 | { | 267 | { |
| 268 | char *end = p + len; | 268 | char *end = p + len; |
| 269 | char *key, *val; | 269 | char *uninitialized_var(key), *uninitialized_var(val); |
| 270 | int rc; | 270 | int rc; |
| 271 | 271 | ||
| 272 | while (true) { | 272 | while (true) { |
