diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2013-07-18 17:54:45 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-07-18 20:08:36 +0200 |
commit | 0245b6256a86f7ebb7202cc60485a2d8cb54c369 (patch) | |
tree | 1a2c8bdca48ecd26c9fe8e90ffb57f9f6acaa546 /libmm-glib/mm-firmware-properties.c | |
parent | abce098cfe2ed1b2d922201b20756511a65e5748 (diff) |
libmm-glib,firmware-properties: allow NULL when building dictionary
Diffstat (limited to 'libmm-glib/mm-firmware-properties.c')
-rw-r--r-- | libmm-glib/mm-firmware-properties.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libmm-glib/mm-firmware-properties.c b/libmm-glib/mm-firmware-properties.c index c1451223..b9d95721 100644 --- a/libmm-glib/mm-firmware-properties.c +++ b/libmm-glib/mm-firmware-properties.c @@ -255,8 +255,6 @@ mm_firmware_properties_get_dictionary (MMFirmwareProperties *self) { GVariantBuilder builder; - g_return_val_if_fail (MM_IS_FIRMWARE_PROPERTIES (self), NULL); - /* We do allow NULL */ if (!self) return NULL; |