Searched refs:info_msg (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/scsi/pcmcia/ |
D | sym53c500_cs.c | 538 static char info_msg[256]; in SYM53C500_info() local 543 (void)snprintf(info_msg, sizeof(info_msg), in SYM53C500_info() 546 return (info_msg); in SYM53C500_info()
|
/linux-4.4.14/drivers/scsi/ |
D | NCR53c406a.c | 205 static char info_msg[256]; variable 575 sprintf(info_msg, "NCR53c406a at 0x%x, IRQ %d, DMA channel %d.", port_base, irq_level, dma_chan); in NCR53c406a_detect() 577 …sprintf(info_msg, "NCR53c406a at 0x%x, IRQ %d, %s PIO mode.", port_base, irq_level, fast_pio ? "fa… in NCR53c406a_detect() 671 return (info_msg); in NCR53c406a_info()
|