]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/greybus/connection.c
Merge tag 'microblaze-v5.5-rc1' of git://git.monstr.eu/linux-2.6-microblaze
[linux.git] / drivers / greybus / connection.c
index fc8f57f97ce62d719515f63f81e4c55f4cbd089a..e3799a53a193066ec87e277ad643e8091e41d26d 100644 (file)
@@ -361,9 +361,6 @@ static int gb_connection_hd_cport_quiesce(struct gb_connection *connection)
        if (connection->mode_switch)
                peer_space += sizeof(struct gb_operation_msg_hdr);
 
-       if (!hd->driver->cport_quiesce)
-               return 0;
-
        ret = hd->driver->cport_quiesce(hd, connection->hd_cport_id,
                                        peer_space,
                                        GB_CONNECTION_CPORT_QUIESCE_TIMEOUT);