commit | 7c0c0b5b19611ac15eec69043cb5588f6cbfbd7b | [log] [tgz] |
---|---|---|
author | Christophe Jaillet <jaillet.christophe@wanadoo.fr> | Fri Jul 04 09:33:17 2008 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Fri Jul 04 09:52:14 2008 +0200 |
tree | bd79275cea83f0519d2acc38ecd3fe19e7a7abf1 | |
parent | fce5384755e8e0e56c5609d2972db4702990d592 [diff] |
drivers/block/pktcdvd.c: avoid useless memset Avoid the 'memset(...,0, ...)' before calling 'init_cdrom_command' because this function already does it. Signed-off-by: Christophe Jaillet <jaillet.christophe@wanadoo.fr> Acked-by: Peter Osterlund <petero2@telia.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>