| Submitter | Julia Lawall |
|---|---|
| Date | Aug. 5, 2010, 8:22 p.m. |
| Message ID | <Pine.LNX.4.64.1008052221410.31692@ask.diku.dk> |
| Download | mbox | patch |
| Permalink | /patch/61025/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
Applied. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
diff --git a/drivers/net/irda/mcs7780.c b/drivers/net/irda/mcs7780.c index 5b1036a..74b20f1 100644 --- a/drivers/net/irda/mcs7780.c +++ b/drivers/net/irda/mcs7780.c @@ -734,7 +734,7 @@ static int mcs_net_open(struct net_device *netdev) } if (!mcs_setup_urbs(mcs)) - goto error3; + goto error3; ret = mcs_receive_start(mcs); if (ret)