subdev->name, src_pad, index);
 
        /*
-        * We can only register v4l2_async_notifiers, which do not provide a
-        * means to register a complete callback. bound_sources allows us to
-        * identify when all remote serializers have completed their probe.
+        * As we register a subdev notifiers we won't get a .complete() callback
+        * here, so we have to use bound_sources to identify when all remote
+        * serializers have probed.
         */
        if (priv->bound_sources != priv->source_mask)
                return 0;
         */
        max9286_reverse_channel_setup(priv, MAX9286_REV_AMP_HIGH);
        max9286_check_config_link(priv, priv->source_mask);
-
-       /*
-        * Re-configure I2C with local acknowledge disabled after cameras have
-        * probed.
-        */
        max9286_configure_i2c(priv, false);
 
        return max9286_set_pixelrate(priv);