FPGA_BUFSIZE
u8 *buffer = kmalloc(FPGA_BUFSIZE, GFP_KERNEL);
for (i = 0; c != end && i < FPGA_BUFSIZE; i++, c++)