~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to drivers/infiniband/hw/cxgb4/provider.c

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-3o58a3c1bj7x00rs
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
516
516
                if (ret)
517
517
                        goto bail2;
518
518
        }
519
 
        dev->registered = 1;
520
519
        return 0;
521
520
bail2:
522
521
        ib_unregister_device(&dev->ibdev);
535
534
                                   c4iw_class_attributes[i]);
536
535
        ib_unregister_device(&dev->ibdev);
537
536
        kfree(dev->ibdev.iwcm);
538
 
        dev->registered = 0;
539
537
        return;
540
538
}