Loading drivers/block/paride/pcd.c +4 −8 Original line number Diff line number Diff line Loading @@ -219,8 +219,6 @@ static int pcd_sector; /* address of next requested sector */ static int pcd_count; /* number of blocks still to do */ static char *pcd_buf; /* buffer for request in progress */ static int pcd_warned; /* Have we logged a phase warning ? */ /* kernel glue structures */ static int pcd_block_open(struct block_device *bdev, fmode_t mode) Loading Loading @@ -417,12 +415,10 @@ static int pcd_completion(struct pcd_unit *cd, char *buf, char *fun) printk ("%s: %s: Unexpected phase %d, d=%d, k=%d\n", cd->name, fun, p, d, k); if ((verbose < 2) && !pcd_warned) { pcd_warned = 1; printk ("%s: WARNING: ATAPI phase errors\n", if (verbose < 2) printk_once( "%s: WARNING: ATAPI phase errors\n", cd->name); } mdelay(1); } if (k++ > PCD_TMO) { Loading drivers/block/sx8.c +1 −3 Original line number Diff line number Diff line Loading @@ -1564,15 +1564,13 @@ static int carm_init_shm(struct carm_host *host) static int carm_init_one (struct pci_dev *pdev, const struct pci_device_id *ent) { static unsigned int printed_version; struct carm_host *host; unsigned int pci_dac; int rc; struct request_queue *q; unsigned int i; if (!printed_version++) printk(KERN_DEBUG DRV_NAME " version " DRV_VERSION "\n"); printk_once(KERN_DEBUG DRV_NAME " version " DRV_VERSION "\n"); rc = pci_enable_device(pdev); if (rc) Loading drivers/block/viodasd.c +3 −9 Original line number Diff line number Diff line Loading @@ -416,16 +416,10 @@ static int probe_disk(struct viodasd_device *d) goto retry; } if (we.max_disk > (MAX_DISKNO - 1)) { static int warned; if (warned == 0) { warned++; printk(VIOD_KERN_INFO "Only examining the first %d " "of %d disks connected\n", printk_once(VIOD_KERN_INFO "Only examining the first %d of %d disks connected\n", MAX_DISKNO, we.max_disk + 1); } } /* Send the close event to OS/400. We DON'T expect a response */ hvrc = HvCallEvent_signalLpEventFast(viopath_hostLp, Loading Loading
drivers/block/paride/pcd.c +4 −8 Original line number Diff line number Diff line Loading @@ -219,8 +219,6 @@ static int pcd_sector; /* address of next requested sector */ static int pcd_count; /* number of blocks still to do */ static char *pcd_buf; /* buffer for request in progress */ static int pcd_warned; /* Have we logged a phase warning ? */ /* kernel glue structures */ static int pcd_block_open(struct block_device *bdev, fmode_t mode) Loading Loading @@ -417,12 +415,10 @@ static int pcd_completion(struct pcd_unit *cd, char *buf, char *fun) printk ("%s: %s: Unexpected phase %d, d=%d, k=%d\n", cd->name, fun, p, d, k); if ((verbose < 2) && !pcd_warned) { pcd_warned = 1; printk ("%s: WARNING: ATAPI phase errors\n", if (verbose < 2) printk_once( "%s: WARNING: ATAPI phase errors\n", cd->name); } mdelay(1); } if (k++ > PCD_TMO) { Loading
drivers/block/sx8.c +1 −3 Original line number Diff line number Diff line Loading @@ -1564,15 +1564,13 @@ static int carm_init_shm(struct carm_host *host) static int carm_init_one (struct pci_dev *pdev, const struct pci_device_id *ent) { static unsigned int printed_version; struct carm_host *host; unsigned int pci_dac; int rc; struct request_queue *q; unsigned int i; if (!printed_version++) printk(KERN_DEBUG DRV_NAME " version " DRV_VERSION "\n"); printk_once(KERN_DEBUG DRV_NAME " version " DRV_VERSION "\n"); rc = pci_enable_device(pdev); if (rc) Loading
drivers/block/viodasd.c +3 −9 Original line number Diff line number Diff line Loading @@ -416,16 +416,10 @@ static int probe_disk(struct viodasd_device *d) goto retry; } if (we.max_disk > (MAX_DISKNO - 1)) { static int warned; if (warned == 0) { warned++; printk(VIOD_KERN_INFO "Only examining the first %d " "of %d disks connected\n", printk_once(VIOD_KERN_INFO "Only examining the first %d of %d disks connected\n", MAX_DISKNO, we.max_disk + 1); } } /* Send the close event to OS/400. We DON'T expect a response */ hvrc = HvCallEvent_signalLpEventFast(viopath_hostLp, Loading