]> git.baikalelectronics.ru Git - kernel.git/commit
acornscsi: use scsi_print_command()
authorHannes Reinecke <hare@suse.de>
Fri, 24 Oct 2014 12:26:46 +0000 (14:26 +0200)
committerChristoph Hellwig <hch@lst.de>
Wed, 12 Nov 2014 10:15:58 +0000 (11:15 +0100)
commit1e020b27a1d99244e0329752c10cc5c2c6a4fad6
tree4f96b1f3159d354aaaea6a6a809878a5e83c6efe
parentf40e6a050f4d8bd2a319d8c73d41820453e8a8a7
acornscsi: use scsi_print_command()

Update acornscsi to use scsi_print_command() instead of the
underscore version and use scmd_printk() in acornscsi_done().
This will add correct device annotations in the resulting message.
And we should be using set_host_byte() for setting the
final result.

Signed-off-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: Robert Elliott <elliott@hp.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/scsi/arm/acornscsi.c