Home
last modified time | relevance | path

Searched refs:new_rom (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/firewire/
H A Dcore-device.c655 const u32 *new_rom, *old_rom __free(kfree) = NULL; in read_config_rom() local
801 new_rom = kmemdup(rom, length * 4, GFP_KERNEL); in read_config_rom()
802 if (new_rom == NULL) in read_config_rom()
806 device->config_rom = new_rom; in read_config_rom()