commit | 06e761a272a9be157178e434d063b0557a5cd877 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Nov 13 14:24:09 2020 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Nov 13 14:24:11 2020 -0600 |
tree | f43297f3a1bc781ffcb1cf4755d5819c3dc5d064 | |
parent | f8db722567d16b93bde7d37d3d7a6e83d08373aa [diff] |
dbus: removed unnecessary is_method_error calls The sdbusplus `call` methods throw an exception in all cases, so there is no reason to also check the message reply for `is_method_error` conditions. https://github.com/openbmc/sdbusplus/blob/c67e1e8730a2d3dcb155b21ced735ee188e8ea7f/include/sdbusplus/bus.hpp#L283 Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: Id5697e4186e3a6794292c736e0c3b248c8b57b82