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

« back to all changes in this revision

Viewing changes to net/bluetooth/rfcomm/sock.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:
629
629
 
630
630
        if (test_and_clear_bit(RFCOMM_DEFER_SETUP, &d->flags)) {
631
631
                rfcomm_dlc_accept(d);
 
632
                msg->msg_namelen = 0;
632
633
                return 0;
633
634
        }
634
635