Re: [PATCH v2 6/7] sd_zbc: Remove superfluous assignments

2017-04-24 Thread Christoph Hellwig
Looks fine, Reviewed-by: Christoph Hellwig

[PATCH v2 6/7] sd_zbc: Remove superfluous assignments

2017-04-24 Thread damien . lemoal
From: Bart Van Assche A value is assigned to the variable 'capacity' in sd_zbc_read_zones() but that value is never used. Hence remove the variable 'capacity'. [Damien: There is no need to initialize to 0 the variable 'ret' in sd_zbc_read_zones()] Signed-off-by: