Skip to content

Commit

Permalink
[SCSI] sd: make printing use a common prefix
Browse files Browse the repository at this point in the history
Make SCSI disk printing more consistent:

 - Define sd_printk(), sd_print_sense_hdr() and sd_print_result()

 - Move relevant header bits into sd.h

 - Remove all the legacy disk_name passing and use scsi_disk pointers
   where possible

 - Switch printk() lines to the new sd_ functions so that output is
   consistent

Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
  • Loading branch information
Martin K. Petersen authored and James Bottomley committed Mar 11, 2007
1 parent a4d04a4 commit e73aec8
Show file tree
Hide file tree
Showing 2 changed files with 165 additions and 158 deletions.
Loading

0 comments on commit e73aec8

Please sign in to comment.