Re: [U-Boot] [PATCH] ZFS: fix some warnings, cleanup

2012-10-16 Thread Pavel Herrmann
Hi On Monday 15 of October 2012 17:33:47 Tom Rini wrote: > On Wed, Sep 19, 2012 at 05:32:36PM +0200, Pavel Herrmann wrote: > > Fix warnings about type mismatch in cmd_zfs. > > Dont use a global block_dev_desc, instead use a local one in each cmd. > > > > Signed-off-by: Pavel Herrmann > > [snip]

Re: [U-Boot] [PATCH] ZFS: fix some warnings, cleanup

2012-10-15 Thread Tom Rini
On Wed, Sep 19, 2012 at 05:32:36PM +0200, Pavel Herrmann wrote: > Fix warnings about type mismatch in cmd_zfs. > Dont use a global block_dev_desc, instead use a local one in each cmd. > > Signed-off-by: Pavel Herrmann [snip] > -static int do_zfs_load(cmd_tbl_t *cmdtp, int flag, int argc, char *

Re: [U-Boot] [PATCH] ZFS: fix some warnings, cleanup

2012-09-23 Thread Marek Vasut
Dear Pavel Herrmann, Did you test the changes? > Add some CCs > > On Wednesday 19 September 2012 17:32:36 Pavel Herrmann wrote: > > Fix warnings about type mismatch in cmd_zfs. > > Dont use a global block_dev_desc, instead use a local one in each cmd. The warnings generated would be appreciated

Re: [U-Boot] [PATCH] ZFS: fix some warnings, cleanup

2012-09-23 Thread Pavel Herrmann
Add some CCs On Wednesday 19 September 2012 17:32:36 Pavel Herrmann wrote: > Fix warnings about type mismatch in cmd_zfs. > Dont use a global block_dev_desc, instead use a local one in each cmd. > > Signed-off-by: Pavel Herrmann > --- > common/cmd_zfs.c | 7 +-- > fs/zfs/zfs.c |

[U-Boot] [PATCH] ZFS: fix some warnings, cleanup

2012-09-19 Thread Pavel Herrmann
Fix warnings about type mismatch in cmd_zfs. Dont use a global block_dev_desc, instead use a local one in each cmd. Signed-off-by: Pavel Herrmann --- common/cmd_zfs.c | 7 +-- fs/zfs/zfs.c | 2 -- include/zfs_common.h | 3 --- 3 files changed, 5 insertions(+), 7 deletions(-) dif