drivers/block/pktcdvd.c: avoid useless memset
authorChristophe Jaillet <jaillet.christophe@wanadoo.fr>
Fri, 4 Jul 2008 07:33:17 +0000 (09:33 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 4 Jul 2008 07:52:14 +0000 (09:52 +0200)
commit7c0c0b5b19611ac15eec69043cb5588f6cbfbd7b
treebd79275cea83f0519d2acc38ecd3fe19e7a7abf1
parentfce5384755e8e0e56c5609d2972db4702990d592
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>
drivers/block/pktcdvd.c