csraddr_str 938 drivers/misc/eeprom/idt_89hpesx.c char *colon_ch, *csraddr_str, *csrval_str; csraddr_str 964 drivers/misc/eeprom/idt_89hpesx.c csraddr_str = csraddr_str 966 drivers/misc/eeprom/idt_89hpesx.c if (csraddr_str == NULL) { csraddr_str 971 drivers/misc/eeprom/idt_89hpesx.c strncpy(csraddr_str, buf, csraddr_len); csraddr_str 972 drivers/misc/eeprom/idt_89hpesx.c csraddr_str[csraddr_len] = '\0'; csraddr_str 976 drivers/misc/eeprom/idt_89hpesx.c csraddr_str = (char *)buf; /* Just to shut warning up */ csraddr_str 977 drivers/misc/eeprom/idt_89hpesx.c csraddr_len = strnlen(csraddr_str, count); csraddr_str 982 drivers/misc/eeprom/idt_89hpesx.c ret = kstrtou32(csraddr_str, 0, &csraddr); csraddr_str 1009 drivers/misc/eeprom/idt_89hpesx.c kfree(csraddr_str);