The source project of this merge request has been removed.
mm-kernel-device: Fix cmp to account for multiple subtypes
If multiple kernel device types inherit from MMKernerDevice, and those are compared against each other, the current logic returns TRUE if the G_OBJECT_TYPE of one of them is smaller than the other, but this is not enough condition for inheritance.