git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f55ed0
)
fuse: fix sparse warning in ioctl
author
Miklos Szeredi
<mszeredi@suse.cz>
Tue, 2 Dec 2008 13:49:42 +0000
(14:49 +0100)
committer
Miklos Szeredi
<mszeredi@suse.de>
Tue, 2 Dec 2008 13:49:42 +0000
(14:49 +0100)
Fix sparse warning:
CHECK fs/fuse/file.c
fs/fuse/file.c:1615:17: warning: incorrect type in assignment (different address spaces)
fs/fuse/file.c:1615:17: expected void [noderef] <asn:1>*iov_base
fs/fuse/file.c:1615:17: got void *<noident>
This was introduced by "fuse: implement ioctl support".
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
No differences found