···807807 lpfc_disc_done/lpfc_do_dpc cleanup - lpfc_disc_done can return808808 void - move lpfc_do_dpc and lpfc_disc_done to lpfc_hbadisc.c -809809 remove checking of list emptiness before calling lpfc_disc_done,810810- it handles the emtpy list case just fine and the additional810810+ it handles the empty list case just fine and the additional811811 instructions cost less then the bustlocked spinlock operations.812812 * Integrated patch from Christoph Hellwig: This adds a new 64bit813813 counter instead, brd_no isn't reused anymore. Also some tiny
···615615 * went empty and the next bit of data is copied from616616 * the SCSI fifo into the PCI fifo. It should only617617 * come on when both FIFOs (meaning the entire FIFO618618- * chain) are emtpy. Since it can take up to 4 cycles618618+ * chain) are empty. Since it can take up to 4 cycles619619 * for new data to be copied from the SCSI fifo into620620 * the PCI fifo, testing for FIFOEMP status for 4621621 * extra times gives the needed time for any
+1-1
drivers/serial/nwpserial.c
···81818282 uart_console_write(&up->port, s, count, nwpserial_console_putchar);83838484- /* wait for transmitter to become emtpy */8484+ /* wait for transmitter to become empty */8585 while ((dcr_read(up->dcr_host, UART_LSR) & UART_LSR_THRE) == 0)8686 cpu_relax();8787
+1-1
sound/usb/pcm.c
···636636 min_datainterval = min(min_datainterval, fp->datainterval);637637 }638638 if (min_datainterval == 0xff) {639639- hwc_debug(" --> get emtpy\n");639639+ hwc_debug(" --> get empty\n");640640 it->empty = 1;641641 return -EINVAL;642642 }