Commit 353fdd27 authored by Vaibhav Gupta's avatar Vaibhav Gupta

fixup! fmc-eeprom: Use "nvmem_device_find()" to get nvmem device

parent 59a48ab0
......@@ -101,7 +101,6 @@ int fmc_nvmem_device_find_match(struct device *dev, const void *data)
const char *s2 = (const char*) data;
return memcmp(s1, s2, strlen(s2)) ? false: true;
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment