commit | e73aec8247032ee730b5f38edf48922c4f72522e | [log] [tgz] |
---|---|---|
author | Martin K. Petersen <martin.petersen@oracle.com> | Tue Feb 27 22:40:55 2007 -0500 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Sun Mar 11 11:20:17 2007 -0500 |
tree | d585067900bb676abbaa779402818c19d1d63d88 | |
parent | a4d04a4cd9881e89fdc62107b6b57053438f2b30 [diff] |
[SCSI] sd: make printing use a common prefix 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>