tempbuffer 1480 drivers/pcmcia/cistpl.c u_char *tempbuffer; tempbuffer 1486 drivers/pcmcia/cistpl.c tempbuffer = kmalloc_array(258, sizeof(u_char), GFP_KERNEL); tempbuffer 1487 drivers/pcmcia/cistpl.c if (!tempbuffer) { tempbuffer 1509 drivers/pcmcia/cistpl.c tempbuffer[0] = tuple.TupleCode & 0xff; tempbuffer 1510 drivers/pcmcia/cistpl.c tempbuffer[1] = tuple.TupleLink & 0xff; tempbuffer 1512 drivers/pcmcia/cistpl.c tempbuffer[i + 2] = tuplebuffer[i] & 0xff; tempbuffer 1517 drivers/pcmcia/cistpl.c buf[ret] = tempbuffer[i]; tempbuffer 1533 drivers/pcmcia/cistpl.c kfree(tempbuffer);