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

« back to all changes in this revision

Viewing changes to kernel/kmod.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:
541
541
        int retval = 0;
542
542
 
543
543
        helper_lock();
 
544
        if (!sub_info->path) {
 
545
                retval = -EINVAL;
 
546
                goto out;
 
547
        }
 
548
 
544
549
        if (sub_info->path[0] == '\0')
545
550
                goto out;
546
551