~ubuntu-branches/ubuntu/precise/linux-lowlatency/precise

« back to all changes in this revision

Viewing changes to net/caif/cfcnfg.c

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-04kado7d1u2er2rl
Tags: 3.2.0-16.25
Add new lowlatency kernel flavour

Show diffs side-by-side

added added

removed removed

Lines of Context:
309
309
        int err;
310
310
        struct cfctrl_link_param param;
311
311
        struct cfcnfg *cfg = get_cfcnfg(net);
312
 
        caif_assert(cfg != NULL);
313
312
 
314
313
        rcu_read_lock();
315
314
        err = caif_connect_req_to_link_param(cfg, conn_req, &param);