From: Joe Perches Date: Wed, 10 Mar 2010 23:21:03 +0000 (-0800) Subject: drivers/block/floppy.c: unclutter redo_fd_request logic X-Git-Tag: v2.6.34-rc2~242 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0da3132f90c01f532dd85c537b5c78a196a11e24;p=pandora-kernel.git drivers/block/floppy.c: unclutter redo_fd_request logic Change for(;;) with continue; to label: goto label Reduces indentation and adds a bit of clarity. Signed-off-by: Joe Perches Cc: Stephen Hemminger Cc: Jens Axboe Cc: Marcin Slusarz Cc: Bartlomiej Zolnierkiewicz Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed