[SCSI] sym53c8xx: Remove sym_xpt_async_sent_bdr
This function just printed a message to the user; move the print to its only caller, and turn it into an starget_printk. Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:

committed by
James Bottomley

parent
5111eefa17
commit
aac6a5a340
@@ -162,14 +162,6 @@ void sym_xpt_async_bus_reset(struct sym_hcb *np)
|
||||
sym_name(np), sym_driver_setup.settle_delay);
|
||||
}
|
||||
|
||||
/*
|
||||
* Tell the SCSI layer about a BUS DEVICE RESET message sent.
|
||||
*/
|
||||
void sym_xpt_async_sent_bdr(struct sym_hcb *np, int target)
|
||||
{
|
||||
printf_notice("%s: TARGET %d has been reset.\n", sym_name(np), target);
|
||||
}
|
||||
|
||||
/*
|
||||
* Choose the more appropriate CAM status if
|
||||
* the IO encountered an extended error.
|
||||
|
Reference in New Issue
Block a user