~ubuntu-branches/ubuntu/quantal/linux-ti-omap4/quantal-proposed

« back to all changes in this revision

Viewing changes to net/irda/af_irda.c

  • Committer: Package Import Robot
  • Author(s): Brad Figg, Brad Figg
  • Date: 2013-06-08 09:09:23 UTC
  • Revision ID: package-import@ubuntu.com-20130608090923-ibtnp6edtrn3sxik
Tags: 3.5.0-226.39
[ Brad Figg ]

UBUNTU: Fixup missing abi files causing FTBS

Show diffs side-by-side

added added

removed removed

Lines of Context:
1386
1386
 
1387
1387
        IRDA_DEBUG(4, "%s()\n", __func__);
1388
1388
 
 
1389
        msg->msg_namelen = 0;
 
1390
 
1389
1391
        skb = skb_recv_datagram(sk, flags & ~MSG_DONTWAIT,
1390
1392
                                flags & MSG_DONTWAIT, &err);
1391
1393
        if (!skb)