diff options
author | Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> | 2013-02-15 17:53:43 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-02-15 18:16:11 (GMT) |
commit | feb897e1f48918bf5cd60a075a6641ed41ace988 (patch) | |
tree | a46eee348952fba491c3e75fb374872f3980bd05 /drivers/pcmcia/pxa2xx_mainstone.c | |
parent | 80e9fc9af4cbab97508f5853a5c5ab6ca9ef14bd (diff) | |
download | linux-fsl-qoriq-feb897e1f48918bf5cd60a075a6641ed41ace988.tar.xz |
zbud: Fix compile warnings due to usage of debugfs_create_size_t
.
drivers/staging/zcache/zbud.c:336: warning: passing argument 4 of ‘debugfs_create_size_t’ from incompatible pointer type
include/linux/debugfs.h:80: note: expected ‘size_t *’ but argument is of type ‘long unsigned int *’
..
which is b/c we end up using 'unsigned' or 'unsigned long' instead
of 'ssize_t'. So lets fix this up and use the proper type.
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/pcmcia/pxa2xx_mainstone.c')
0 files changed, 0 insertions, 0 deletions