staticvoidwl12xx_spi_init(struct device *child){structwl12xx_spi_glue*glue=dev_get_drvdata(child->parent);u8 crc[WSPI_INIT_CMD_CRC_LEN], *cmd;structspi_transfert;structspi_messagem;cmd = kzalloc(WSPI_INIT_CMD_LEN, GFP_KERNEL);if(!cmd) { dev_err(child->parent,"could not allocate...