Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion drivers/soc/qcom/ipc_router_hsic_xprt.c
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ static int parse_devicetree(struct device_node *node,
static int msm_ipc_router_hsic_xprt_probe(
struct platform_device *pdev)
{
int ret;
int ret = 0;
struct msm_ipc_router_hsic_xprt_config hsic_xprt_config;

if (pdev && pdev->dev.of_node) {
Expand Down