Loading drivers/soc/qcom/glink.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2582,6 +2582,7 @@ void *glink_open(const struct glink_open_config *cfg) ctx->notify_tx_abort = cfg->notify_tx_abort; ctx->notify_tx_abort = cfg->notify_tx_abort; ctx->notify_rx_tracer_pkt = cfg->notify_rx_tracer_pkt; ctx->notify_rx_tracer_pkt = cfg->notify_rx_tracer_pkt; ctx->notify_remote_rx_intent = cfg->notify_remote_rx_intent; ctx->notify_remote_rx_intent = cfg->notify_remote_rx_intent; ctx->magic_number = GLINK_CTX_CANARY; if (!ctx->notify_rx_intent_req) if (!ctx->notify_rx_intent_req) ctx->notify_rx_intent_req = glink_dummy_notify_rx_intent_req; ctx->notify_rx_intent_req = glink_dummy_notify_rx_intent_req; Loading Loading @@ -2617,7 +2618,6 @@ void *glink_open(const struct glink_open_config *cfg) GLINK_INFO_CH(ctx, "%s: Created channel, sent OPEN command. ctx %p\n", GLINK_INFO_CH(ctx, "%s: Created channel, sent OPEN command. ctx %p\n", __func__, ctx); __func__, ctx); ctx->magic_number = GLINK_CTX_CANARY; return ctx; return ctx; } } EXPORT_SYMBOL(glink_open); EXPORT_SYMBOL(glink_open); Loading Loading
drivers/soc/qcom/glink.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2582,6 +2582,7 @@ void *glink_open(const struct glink_open_config *cfg) ctx->notify_tx_abort = cfg->notify_tx_abort; ctx->notify_tx_abort = cfg->notify_tx_abort; ctx->notify_rx_tracer_pkt = cfg->notify_rx_tracer_pkt; ctx->notify_rx_tracer_pkt = cfg->notify_rx_tracer_pkt; ctx->notify_remote_rx_intent = cfg->notify_remote_rx_intent; ctx->notify_remote_rx_intent = cfg->notify_remote_rx_intent; ctx->magic_number = GLINK_CTX_CANARY; if (!ctx->notify_rx_intent_req) if (!ctx->notify_rx_intent_req) ctx->notify_rx_intent_req = glink_dummy_notify_rx_intent_req; ctx->notify_rx_intent_req = glink_dummy_notify_rx_intent_req; Loading Loading @@ -2617,7 +2618,6 @@ void *glink_open(const struct glink_open_config *cfg) GLINK_INFO_CH(ctx, "%s: Created channel, sent OPEN command. ctx %p\n", GLINK_INFO_CH(ctx, "%s: Created channel, sent OPEN command. ctx %p\n", __func__, ctx); __func__, ctx); ctx->magic_number = GLINK_CTX_CANARY; return ctx; return ctx; } } EXPORT_SYMBOL(glink_open); EXPORT_SYMBOL(glink_open); Loading