1. NAME

spi_finalize_current_message - the current message is complete

2. SYNOPSIS

void spi_finalize_current_message(struct spi_master *  master );

3. ARGUMENTS

master
    the master to return the message to

4. DESCRIPTION

Called by the driver to notify the core that the message in the front of the queue is complete and can be removed from the queue.

5. COPYRIGHT