diff options
| author | H Hartley Sweeten <hartleys@visionengravers.com> | 2010-01-15 11:25:38 -0700 |
|---|---|---|
| committer | David Woodhouse <David.Woodhouse@intel.com> | 2010-02-25 11:29:48 +0000 |
| commit | bcc98a46eafd38968b05e793326f031988c2b2a8 (patch) | |
| tree | 1ed02d6cdacce5af29bf434eddde5595951fcf61 /include/linux/debugobjects.h | |
| parent | 1449c5d0e8f25af6c903797a636696901122e4e8 (diff) | |
| download | cachepc-linux-bcc98a46eafd38968b05e793326f031988c2b2a8.tar.gz cachepc-linux-bcc98a46eafd38968b05e793326f031988c2b2a8.zip | |
mtd: fix different address space noise
In mtd_ioctl MEMGETREGIONINFO the region_user_info pointer ur
is cast in __kernel space. This produces a number of sparse warnings
like:
warning: cast removes address space of expression
warning: incorrect type in initializer (different address spaces)
expected unsigned int const [noderef] <asn:1>*register __p
got unsigned int *<noident>
Since argp is already a void __user * just use it dirrectly without
the cast and make ur a __user *.
Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions
