/kernel/linux/linux-5.10/drivers/net/wireless/intersil/orinoco/ |
D | orinoco_nortel.c | 41 #define PFX DRIVER_NAME ": " macro 97 printk(KERN_ERR PFX "brg1 answer1 wrong\n"); in orinoco_nortel_hw_init() 110 printk(KERN_ERR PFX "brg1 timed out\n"); in orinoco_nortel_hw_init() 114 printk(KERN_ERR PFX "brg2 answer1 wrong\n"); in orinoco_nortel_hw_init() 118 printk(KERN_ERR PFX "brg2 answer2 wrong\n"); in orinoco_nortel_hw_init() 122 printk(KERN_ERR PFX "brg2 answer3 wrong\n"); in orinoco_nortel_hw_init() 131 printk(KERN_ERR PFX "Error setting COR value (reg=%x)\n", in orinoco_nortel_hw_init() 151 printk(KERN_ERR PFX "Cannot enable PCI device\n"); in orinoco_nortel_init_one() 157 printk(KERN_ERR PFX "Cannot obtain PCI resources\n"); in orinoco_nortel_init_one() 163 printk(KERN_ERR PFX "Cannot map bridge registers\n"); in orinoco_nortel_init_one() [all …]
|
D | orinoco_plx.c | 87 #define PFX DRIVER_NAME ": " macro 133 printk(KERN_ERR PFX "Busy timeout\n"); in orinoco_plx_cor_reset() 148 printk(KERN_DEBUG PFX "CIS: "); in orinoco_plx_hw_init() 157 printk(KERN_ERR PFX "The CIS value of Prism2 PC " in orinoco_plx_hw_init() 172 printk(KERN_ERR PFX "Cannot enable interrupts\n"); in orinoco_plx_hw_init() 190 printk(KERN_ERR PFX "Cannot enable PCI device\n"); in orinoco_plx_init_one() 196 printk(KERN_ERR PFX "Cannot obtain PCI resources\n"); in orinoco_plx_init_one() 202 printk(KERN_ERR PFX "Cannot map bridge registers\n"); in orinoco_plx_init_one() 209 printk(KERN_ERR PFX "Cannot map PCMCIA attributes\n"); in orinoco_plx_init_one() 216 printk(KERN_ERR PFX "Cannot map chipset registers\n"); in orinoco_plx_init_one() [all …]
|
D | orinoco_tmd.c | 41 #define PFX DRIVER_NAME ": " macro 83 printk(KERN_ERR PFX "Busy timeout\n"); in orinoco_tmd_cor_reset() 101 printk(KERN_ERR PFX "Cannot enable PCI device\n"); in orinoco_tmd_init_one() 107 printk(KERN_ERR PFX "Cannot obtain PCI resources\n"); in orinoco_tmd_init_one() 113 printk(KERN_ERR PFX "Cannot map bridge registers\n"); in orinoco_tmd_init_one() 120 printk(KERN_ERR PFX "Cannot map chipset registers\n"); in orinoco_tmd_init_one() 129 printk(KERN_ERR PFX "Cannot allocate network device\n"); in orinoco_tmd_init_one() 142 printk(KERN_ERR PFX "Cannot allocate IRQ %d\n", pdev->irq); in orinoco_tmd_init_one() 149 printk(KERN_ERR PFX "Initial reset failed\n"); in orinoco_tmd_init_one() 155 printk(KERN_ERR PFX "orinoco_init() failed\n"); in orinoco_tmd_init_one() [all …]
|
D | orinoco_pci.c | 45 #define PFX DRIVER_NAME ": " macro 106 printk(KERN_ERR PFX "Busy timeout\n"); in orinoco_pci_cor_reset() 123 printk(KERN_ERR PFX "Cannot enable PCI device\n"); in orinoco_pci_init_one() 129 printk(KERN_ERR PFX "Cannot obtain PCI resources\n"); in orinoco_pci_init_one() 135 printk(KERN_ERR PFX "Cannot remap chipset registers\n"); in orinoco_pci_init_one() 144 printk(KERN_ERR PFX "Cannot allocate network device\n"); in orinoco_pci_init_one() 156 printk(KERN_ERR PFX "Cannot allocate IRQ %d\n", pdev->irq); in orinoco_pci_init_one() 163 printk(KERN_ERR PFX "Initial reset failed\n"); in orinoco_pci_init_one() 169 printk(KERN_ERR PFX "orinoco_init() failed\n"); in orinoco_pci_init_one() 175 printk(KERN_ERR PFX "orinoco_if_add() failed\n"); in orinoco_pci_init_one()
|
D | airport.c | 15 #define PFX DRIVER_NAME ": " macro 156 printk(KERN_ERR PFX "Wrong interrupt/addresses in OF tree\n"); in airport_attach() 164 printk(KERN_ERR PFX "Cannot allocate network device\n"); in airport_attach() 173 printk(KERN_ERR PFX "can't request IO resource !\n"); in airport_attach() 183 printk(KERN_DEBUG PFX "Physical address %lx\n", phys_addr); in airport_attach() 186 printk(KERN_ERR PFX "ioremap() failed\n"); in airport_attach() 201 printk(KERN_ERR PFX "Couldn't get IRQ %d\n", card->irq); in airport_attach() 208 printk(KERN_ERR PFX "orinoco_init() failed\n"); in airport_attach() 214 printk(KERN_ERR PFX "orinoco_if_add() failed\n"); in airport_attach()
|
/kernel/linux/linux-5.10/drivers/parisc/ |
D | superio.c | 91 #define PFX SUPERIO ": " macro 121 printk(KERN_ERR PFX "slave interrupted!\n"); in superio_interrupt() 132 printk(KERN_WARNING PFX "spurious interrupt!\n"); in superio_interrupt() 168 printk(KERN_INFO PFX "Found NS87560 Legacy I/O device at %s (IRQ %i)\n", in superio_init() 173 printk(KERN_INFO PFX "Serial port 1 at 0x%x\n", sio->sp1_base); in superio_init() 177 printk(KERN_INFO PFX "Serial port 2 at 0x%x\n", sio->sp2_base); in superio_init() 181 printk(KERN_INFO PFX "Parallel port at 0x%x\n", sio->pp_base); in superio_init() 185 printk(KERN_INFO PFX "Floppy controller at 0x%x\n", sio->fdc_base); in superio_init() 188 printk(KERN_INFO PFX "ACPI at 0x%x\n", sio->acpi_base); in superio_init() 269 printk(KERN_INFO PFX "USB regulator enabled\n"); in superio_init() [all …]
|
/kernel/linux/linux-5.10/sound/isa/ |
D | sc6000.c | 103 #define PFX "sc6000: " macro 411 printk(KERN_INFO PFX "Detected model: %s, DSP version %d.%d\n", in sc6000_init_board() 497 printk(KERN_ERR PFX "specify IO port\n"); in snd_sc6000_match() 501 printk(KERN_ERR PFX "specify MSS port\n"); in snd_sc6000_match() 505 printk(KERN_ERR PFX "Port must be 0x220 or 0x240\n"); in snd_sc6000_match() 509 printk(KERN_ERR PFX "MSS port must be 0x530 or 0xe80\n"); in snd_sc6000_match() 513 printk(KERN_ERR PFX "invalid IRQ %d\n", irq[dev]); in snd_sc6000_match() 517 printk(KERN_ERR PFX "invalid DMA %d\n", dma[dev]); in snd_sc6000_match() 522 printk(KERN_ERR PFX "invalid MPU-401 port %lx\n", in snd_sc6000_match() 529 printk(KERN_ERR PFX "invalid MPU-401 IRQ %d\n", mpu_irq[dev]); in snd_sc6000_match() [all …]
|
D | cmi8330.c | 499 #define PFX "cmi8330: " macro 511 snd_printk(KERN_ERR PFX "could not get a new card\n"); in snd_cmi8330_card_new() 532 snd_printk(KERN_ERR PFX "AD1848 device busy??\n"); in snd_cmi8330_probe() 536 snd_printk(KERN_ERR PFX "AD1848 not found during probe\n"); in snd_cmi8330_probe() 546 snd_printk(KERN_ERR PFX "SB16 device busy??\n"); in snd_cmi8330_probe() 550 snd_printk(KERN_ERR PFX "SB16 not found during probe\n"); in snd_cmi8330_probe() 560 snd_printk(KERN_ERR PFX "failed to create mixers\n"); in snd_cmi8330_probe() 565 snd_printk(KERN_ERR PFX "failed to create pcms\n"); in snd_cmi8330_probe() 572 snd_printk(KERN_ERR PFX in snd_cmi8330_probe() 586 printk(KERN_ERR PFX "no MPU-401 device at 0x%lx.\n", in snd_cmi8330_probe() [all …]
|
/kernel/linux/linux-5.10/drivers/char/agp/ |
D | efficeon-agp.c | 111 printk(KERN_DEBUG PFX "efficeon_tlbflush()\n"); in efficeon_tlbflush() 121 printk(KERN_DEBUG PFX "efficeon_cleanup()\n"); in efficeon_cleanup() 134 printk(KERN_DEBUG PFX "efficeon_configure()\n"); in efficeon_configure() 169 printk(KERN_DEBUG PFX "efficeon_free_gatt_table(%p, %02x, %08x)\n", in efficeon_free_gatt_table() 174 printk(KERN_DEBUG PFX "efficeon_free_gatt_table() freed %d pages\n", freed); in efficeon_free_gatt_table() 202 printk(KERN_DEBUG PFX "efficeon_create_gatt_table(%d)\n", num_entries); in efficeon_create_gatt_table() 243 printk(KERN_DEBUG PFX "efficeon_insert_memory(%lx, %d)\n", pg_start, count); in efficeon_insert_memory() 289 printk(KERN_DEBUG PFX "efficeon_remove_memory(%lx, %d)\n", pg_start, count); in efficeon_remove_memory() 356 printk(KERN_ERR PFX "Unsupported Efficeon chipset (device id: %04x)\n", in agp_efficeon_probe() 361 printk(KERN_INFO PFX "Detected Transmeta Efficeon TM8000 series chipset\n"); in agp_efficeon_probe() [all …]
|
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/ |
D | bnx2fc_io.c | 151 printk(KERN_ERR PFX "cmd_timeout: invalid cmd_type %d\n", in bnx2fc_cmd_timeout() 186 printk(KERN_ERR PFX "scsi_done - sc_cmd NULL. " in bnx2fc_scsi_done() 192 pr_err(PFX "0x%x: sc_cmd->device is NULL.\n", io_req->xid); in bnx2fc_scsi_done() 196 pr_err(PFX "0x%x: sc_cmd->device->host is NULL.\n", in bnx2fc_scsi_done() 227 printk(KERN_ERR PFX "cmd_mgr_alloc: Invalid min_xid 0x%x \ in bnx2fc_cmd_mgr_alloc() 239 printk(KERN_ERR PFX "failed to alloc cmgr\n"); in bnx2fc_cmd_mgr_alloc() 247 printk(KERN_ERR PFX "failed to alloc free_list\n"); in bnx2fc_cmd_mgr_alloc() 254 printk(KERN_ERR PFX "failed to alloc free_list_lock\n"); in bnx2fc_cmd_mgr_alloc() 278 printk(KERN_ERR PFX "failed to alloc io_req\n"); in bnx2fc_cmd_mgr_alloc() 300 printk(KERN_ERR PFX "failed to alloc io_bdt_pool\n"); in bnx2fc_cmd_mgr_alloc() [all …]
|
D | bnx2fc_tgt.c | 94 printk(KERN_ERR PFX "Failed to allocate conn id for " in bnx2fc_offload_session() 102 printk(KERN_ERR PFX "Failed to allocate resources\n"); in bnx2fc_offload_session() 115 printk(KERN_ERR PFX "ofld_req failed\n"); in bnx2fc_offload_session() 140 printk(KERN_ERR PFX "map doorbell failed - no mem\n"); in bnx2fc_offload_session() 146 pr_err(PFX "enable session failed\n"); in bnx2fc_offload_session() 270 printk(KERN_ERR PFX "CLEANUP on port 0x%x:" in bnx2fc_flush_active_ios() 332 printk(KERN_ERR PFX "ERROR!! destroy timed out\n"); in bnx2fc_upload_session() 338 printk(KERN_ERR PFX "ERROR!! DISABLE req failed, destroy" in bnx2fc_upload_session() 341 printk(KERN_ERR PFX "ERROR!! DISABLE req timed out, destroy" in bnx2fc_upload_session() 456 printk(KERN_ERR PFX "rport is NULL: ERROR!\n"); in bnx2fc_rport_event_handler() [all …]
|
D | bnx2fc_hwi.c | 72 printk(KERN_ERR PFX "hba->cnic NULL during fcoe fw init\n"); in bnx2fc_send_fw_fcoe_init_msg() 394 printk(KERN_ERR PFX "WARN: enable_req port_id = 0x%x," in bnx2fc_send_session_enable_req() 577 printk(KERN_ERR PFX "fc_frame_alloc failure\n"); in bnx2fc_process_l2_frame_compl() 602 printk(KERN_ERR PFX "dropping ELS 0x%x\n", op); in bnx2fc_process_l2_frame_compl() 715 printk(KERN_ERR PFX "err_warn: Not a SCSI cmd\n"); in bnx2fc_process_unsol_compl() 744 printk(KERN_ERR PFX "err_warn: io_req (0x%x) already " in bnx2fc_process_unsol_compl() 771 printk(KERN_ERR PFX "SRR in progress\n"); in bnx2fc_process_unsol_compl() 789 printk(KERN_ERR PFX "err_warn: initiate_abts " in bnx2fc_process_unsol_compl() 837 printk(KERN_ERR PFX "err_warn: Not a SCSI cmd\n"); in bnx2fc_process_unsol_compl() 855 printk(KERN_ERR PFX "Unsol Compl: Invalid CQE Subtype\n"); in bnx2fc_process_unsol_compl() [all …]
|
D | bnx2fc_fcoe.c | 441 printk(KERN_ERR PFX "bnx2fc_rcv: lport is NULL\n"); in bnx2fc_rcv() 452 printk(KERN_ERR PFX "bnx2fc_rcv: Wrong FC type frame\n"); in bnx2fc_rcv() 527 printk(KERN_ERR PFX "Invalid lport struct\n"); in bnx2fc_recv_frame() 632 printk(KERN_WARNING PFX "dropping frame with " in bnx2fc_recv_frame() 752 printk(KERN_ERR PFX "Error on scsi_add_host\n"); in bnx2fc_shost_config() 846 printk(KERN_ERR PFX "ERROR:bnx2fc_destroy_timer - " in bnx2fc_destroy_timer() 1012 printk(KERN_ERR PFX "em_config:fc_exch_mgr_alloc failed\n"); in bnx2fc_em_config() 1137 printk(KERN_ERR PFX "Failed to create vport, " in bnx2fc_vport_create() 1144 printk(KERN_ERR PFX "vn ports cannot be created on" in bnx2fc_vport_create() 1155 printk(KERN_ERR PFX "bnx2fc_vport_create (%s) failed\n", in bnx2fc_vport_create() [all …]
|
/kernel/linux/linux-5.10/drivers/char/hw_random/ |
D | intel-rng.c | 37 #define PFX KBUILD_MODNAME ": " macro 202 pr_err(PFX "cannot enable RNG, aborting\n"); in intel_rng_init() 219 pr_warn(PFX "unusual: RNG already disabled\n"); in intel_rng_cleanup() 277 pr_notice(PFX "FWH not detected\n"); in intel_rng_hw_init() 309 PFX "Firmware space is locked read-only. If you can't or\n" in intel_init_hw_struct() 310 PFX "don't want to disable this in firmware setup, and if\n" in intel_init_hw_struct() 311 PFX "you are certain that your system has a functional\n" in intel_init_hw_struct() 312 PFX "RNG, try using the 'no_fwh_detect' option.\n"; in intel_init_hw_struct() 397 pr_err(PFX "RNG registering failed (%d)\n", in mod_init()
|
/kernel/linux/linux-5.10/drivers/ide/ |
D | ide-floppy.c | 98 printk(KERN_ERR PFX "Error in REQUEST SENSE itself - " in ide_floppy_callback() 117 printk(KERN_ERR PFX "%s: I/O error, pc = %2x, key = %2x, " in ide_floppy_report_error() 186 printk(KERN_ERR PFX "unsupported page code in %s\n", __func__); in ide_floppy_create_mode_sense_cmd() 249 printk(KERN_ERR PFX "%s: I/O error\n", drive->name); in ide_floppy_do_request() 263 printk(KERN_ERR PFX "%s: unsupported r/w rq size\n", in ide_floppy_do_request() 329 printk(KERN_ERR PFX "Can't get flexible disk page params\n"); in ide_floppy_get_flexible_disk_page() 352 printk(KERN_INFO PFX "%s: %dkB, %d/%d/%d CHS, %d kBps, " in ide_floppy_get_flexible_disk_page() 364 printk(KERN_NOTICE PFX "%s: The disk reports a capacity of %d " in ide_floppy_get_flexible_disk_page() 398 printk(KERN_ERR PFX "Can't get floppy parameters\n"); in ide_floppy_get_capacity() 435 printk(KERN_INFO PFX "%s: %dkB, %d blocks, %d " in ide_floppy_get_capacity() [all …]
|
D | ide-atapi.c | 17 #define PFX DRV_NAME ": " macro 216 printk(KERN_WARNING PFX "%s: failed to map sense " in ide_prep_sense() 246 printk(KERN_WARNING PFX "%s: error queuing a sense request\n", in ide_queue_sense_rq() 319 printk(KERN_INFO PFX "cmd 0x%x timed out\n", in ide_cd_expiry() 379 printk(KERN_ERR PFX "%s: %s: wrong transfer direction!\n", in ide_check_ireason() 395 printk(KERN_ERR PFX "%s: CoD != 0 in %s\n", drive->name, in ide_check_ireason() 399 printk(KERN_ERR PFX "%s: %s: bad interrupt reason 0x%02x\n", in ide_check_ireason() 444 printk(KERN_ERR PFX "%s: DMA %s error\n", in ide_pc_intr() 477 printk(KERN_ERR PFX "%s: I/O error in request " in ide_pc_intr() 526 printk(KERN_ERR PFX "%s: The device wants to issue more " in ide_pc_intr() [all …]
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/ |
D | mkcapflags.sh | 15 PFX=$3 19 PFX_SZ=$(echo $PFX | wc -c) 25 sed -n -e 's/\t/ /g' -e "s/^ *# *define *$PFX//p" $IN |
|
/kernel/linux/linux-5.10/drivers/media/usb/pwc/ |
D | pwc.h | 42 #define PFX PWC_NAME ": " macro 73 printk(KERN_DEBUG PFX fmt, ##args); \ 76 #define PWC_ERROR(fmt, args...) printk(KERN_ERR PFX fmt, ##args) 77 #define PWC_WARNING(fmt, args...) printk(KERN_WARNING PFX fmt, ##args) 78 #define PWC_INFO(fmt, args...) printk(KERN_INFO PFX fmt, ##args) 83 #define PWC_ERROR(fmt, args...) printk(KERN_ERR PFX fmt, ##args) 84 #define PWC_WARNING(fmt, args...) printk(KERN_WARNING PFX fmt, ##args) 85 #define PWC_INFO(fmt, args...) printk(KERN_INFO PFX fmt, ##args)
|
/kernel/linux/linux-5.10/drivers/block/ |
D | sunvdc.c | 26 #define PFX DRV_MODULE_NAME ": " macro 151 pr_debug(PFX "Multisession CDs not supported\n"); in vdc_ioctl() 165 pr_debug(PFX "ioctl %08x not supported\n", command); in vdc_ioctl() 213 printk(KERN_ERR PFX "Received unknown msg [%02x:%02x:%04x:%08x]\n", in vdc_handle_unknown() 215 printk(KERN_ERR PFX "Resetting connection.\n"); in vdc_handle_unknown() 263 printk(KERN_ERR PFX "%s: Bogus vdisk_type 0x%x\n", in vdc_handle_attr() 269 printk(KERN_ERR PFX "%s: BLOCK size increased " in vdc_handle_attr() 292 printk(KERN_ERR PFX "%s: Attribute NACK\n", vio->name); in vdc_handle_attr() 374 pr_warn(PFX "Unexpected LDC event %d\n", event); in vdc_event() 498 printk(KERN_ERR PFX "ldc_map_sg() failure, err=%d.\n", err); in __send_request() [all …]
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
D | chmc.c | 29 #define PFX DRV_MODULE_NAME ": " macro 408 printk(KERN_ERR PFX "Cannot find /memory node.\n"); in jbusmc_probe() 413 printk(KERN_ERR PFX "Cannot get reg property of /memory node.\n"); in jbusmc_probe() 421 printk(KERN_ERR PFX "Cannot allocate struct jbusmc.\n"); in jbusmc_probe() 430 printk(KERN_ERR PFX "Cannot find portid.\n"); in jbusmc_probe() 438 printk(KERN_ERR PFX "Cannot get memory control register 1.\n"); in jbusmc_probe() 447 printk(KERN_ERR PFX "Cannot map jbusmc regs.\n"); in jbusmc_probe() 454 printk(KERN_ERR PFX "Cannot get memory layout property.\n"); in jbusmc_probe() 458 printk(KERN_ERR PFX "Unexpected memory-layout size %d\n", in jbusmc_probe() 468 printk(KERN_INFO PFX "UltraSPARC-IIIi memory controller at %pOF\n", in jbusmc_probe() [all …]
|
/kernel/linux/linux-5.10/sound/aoa/codecs/ |
D | toonie.c | 21 #define PFX "snd-aoa-codec-toonie: " macro 94 printk(KERN_ERR PFX "failed to create toonie snd device!\n"); in toonie_init_codec() 101 printk(KERN_ERR PFX "error creating toonie pcm\n"); in toonie_init_codec() 114 printk(KERN_ERR PFX "toonie_exit_codec called without soundbus_dev!\n"); in toonie_exit_codec()
|
/kernel/linux/linux-5.10/drivers/infiniband/ulp/isert/ |
D | ib_isert.h | 12 #define PFX DRV_NAME ": " macro 17 printk(KERN_DEBUG PFX "%s: " fmt,\ 24 pr_warn(PFX "%s: " fmt, \ 31 pr_info(PFX "%s: " fmt, \ 36 pr_err(PFX "%s: " fmt, __func__ , ## arg)
|
/kernel/linux/linux-5.10/sound/isa/sb/ |
D | sb16.c | 25 #define PFX "sbawe: " macro 27 #define PFX "sb16: " macro 257 snd_printk(KERN_ERR PFX "AUDIO pnp configure failure\n"); in snd_card_sb16_pnp() 285 snd_printk(KERN_ERR PFX "WaveTable pnp configure failure\n"); in snd_card_sb16_pnp() 355 snd_printk(KERN_ERR PFX "SB 16 chip was not detected at 0x%lx\n", port[dev]); in snd_sb16_probe() 400 snd_printk(KERN_ERR PFX "no OPL device at 0x%lx-0x%lx\n", in snd_sb16_probe() 424 snd_printk(KERN_INFO PFX "warning - CSP chip not detected on soundcard #%i\n", dev + 1); in snd_sb16_probe() 432 …snd_printk(KERN_ERR PFX "fatal error - EMU-8000 synthesizer not detected at 0x%lx\n", awe_port[dev… in snd_sb16_probe() 518 snd_printk(KERN_ERR PFX "unable to find a free IRQ\n"); in snd_sb16_isa_probe() 524 snd_printk(KERN_ERR PFX "unable to find a free 8-bit DMA\n"); in snd_sb16_isa_probe() [all …]
|
/kernel/linux/linux-5.10/drivers/mtd/maps/ |
D | sun_uflash.c | 28 #define PFX DRIVER_NAME ": " macro 59 printk(KERN_ERR PFX "Unsupported device at %pOF, 0x%llx\n", in uflash_devinit() 67 printk(KERN_ERR PFX "Cannot allocate struct uflash_dev\n"); in uflash_devinit() 85 printk(KERN_ERR PFX "Failed to map device.\n"); in uflash_devinit()
|
/kernel/linux/linux-5.10/sound/isa/ad1816a/ |
D | ad1816a.c | 20 #define PFX "ad1816a: " macro 97 printk(KERN_ERR PFX "AUDIO PnP configure failure\n"); in snd_card_ad1816a_pnp() 110 snd_printk(KERN_WARNING PFX "MPU401 device busy, skipping.\n"); in snd_card_ad1816a_pnp() 116 printk(KERN_ERR PFX "MPU401 PnP configure failure\n"); in snd_card_ad1816a_pnp() 182 printk(KERN_ERR PFX "no MPU-401 device at 0x%lx.\n", mpu_port[dev]); in snd_card_ad1816a_probe() 189 printk(KERN_ERR PFX "no OPL device at 0x%lx-0x%lx.\n", fm_port[dev], fm_port[dev] + 2); in snd_card_ad1816a_probe()
|