floppy: cleanup: expand macro FDCS
authorWilly Tarreau <w@1wt.eu>
Mon, 24 Feb 2020 21:23:43 +0000 (22:23 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 16 Mar 2020 14:26:57 +0000 (08:26 -0600)
commitde6048b843bcefe8ec10762a393d92929e44444f
tree3b890d1c5c077f5dec43d0375bcd78f76edd04b1
parent290df92a9419363bf88347d3dbfb9fa6cfc2dcb4
floppy: cleanup: expand macro FDCS

Macro FDCS silently uses identifier "fdc" which may be either the
global one or a local one. Let's expand the macro to make this more
obvious.

Link: https://lore.kernel.org/r/20200224212352.8640-2-w@1wt.eu
Signed-off-by: Willy Tarreau <w@1wt.eu>
Signed-off-by: Denis Efremov <efremov@linux.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/floppy.c