pldm: Move off get_fru_record_by_option_check()

Generated with:

```
$ ./subprojects/libpldm/scripts/apply-renames ./subprojects/libpldm/evolutions/v0.9.1/get_fru_record_by_option_check.yaml
```

Change-Id: I9b0f6748e2007bfa4d0b2db244bfd5e7444271d0
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
diff --git a/libpldmresponder/fru.cpp b/libpldmresponder/fru.cpp
index 5a7368e..19909b1 100644
--- a/libpldmresponder/fru.cpp
+++ b/libpldmresponder/fru.cpp
@@ -402,7 +402,7 @@
     size_t recordTableSize = table.size() - padBytes + 7;
     fruData.resize(recordTableSize, 0);
 
-    int rc = get_fru_record_by_option_check(
+    int rc = get_fru_record_by_option(
         table.data(), table.size() - padBytes, fruData.data(), &recordTableSize,
         recordSetIdentifer, recordType, fieldType);