Searched refs:new_firmware (Results 1 – 1 of 1) sorted by relevance
2236 unsigned char *new_firmware; in atmel_ioctl() local2267 if (!(new_firmware = kmalloc(com.len, GFP_KERNEL))) { in atmel_ioctl()2272 if (copy_from_user(new_firmware, com.data, com.len)) { in atmel_ioctl()2280 priv->firmware = new_firmware; in atmel_ioctl()