floppy: use print_hex_dump() in setup_DMA()
authorDenis Efremov <efremov@linux.com>
Fri, 1 May 2020 13:44:13 +0000 (16:44 +0300)
committerDenis Efremov <efremov@linux.com>
Tue, 12 May 2020 16:34:56 +0000 (19:34 +0300)
commit29ac67633c893dec0024fb7597860fde52fdc819
tree394d9547aa9c38b2d9141b649cce9d56c3d8b4b9
parentca1b409a3b8a190c13bb30ed3ad91585d434d8e2
floppy: use print_hex_dump() in setup_DMA()

Remove pr_cont() and use print_hex_dump() in setup_DMA() to print the
contents of the cmd buffer.

Link: https://lore.kernel.org/r/20200501134416.72248-2-efremov@linux.com
Suggested-by: Joe Perches <joe@perches.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Denis Efremov <efremov@linux.com>
drivers/block/floppy.c