MERGE SORTED LINKED LIST - Doubt

What is wrong with my code?

@Bumblebee hey himalaya do some modification in your merge function.
if(a->data <=b->data)
remove else if use else.

Thanks for the explanation.