You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mctpd: Move BusOwner1 interface to MCTP interface objects
In 9b4eabc ("mctpd: use .DRAFT suffix on BusOwner1 interface"), we
renamed BusOwner1 to BusOwner1.DRAFT while it was present on the
top-level dbus object.
Now that we have the interface objects present, we can move the BusOwner
interfaces to their proper location on those interfaces, and drop the
DRAFT1 suffix.
Because we already know the object, we no longer need the interface name
string as the first argument to all calls.
Signed-off-by: Jeremy Kerr <[email protected]>
0 commit comments