Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f301f22f authored by Fabian Frederick's avatar Fabian Frederick Committed by David S. Miller
Browse files

irda: remove unnecessary break after return

parent 1f7a316f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -674,7 +674,6 @@ static int irda_discover_daddr_and_lsap_sel(struct irda_sock *self, char *name)
			self->daddr = DEV_ADDR_ANY;
			kfree(discoveries);
			return -EHOSTUNREACH;
			break;
		}
	}
	/* Cleanup our copy of the discovery log */
+0 −1
Original line number Diff line number Diff line
@@ -1024,7 +1024,6 @@ static int __irlan_insert_param(struct sk_buff *skb, char *param, int type,
	default:
		IRDA_DEBUG(2, "%s(), Unknown parameter type!\n", __func__ );
		return 0;
		break;
	}

	/* Insert at end of sk-buffer */