Check if the fifo is initialized
kfifo_initialized(fifo);
fifo
address of the fifo to check
Return true if fifo is initialized, otherwise false. Assumes the fifo was 0 before.