~ubuntu-branches/ubuntu/lucid/linux-rt/lucid

« back to all changes in this revision

Viewing changes to drivers/char/vt_ioctl.c

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2009-07-11 13:31:31 UTC
  • mfrom: (14.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090711133131-omdhleccno39rayr
Tags: 2.6.29.6-1.1
New upstream kernel and RT patchset release

Show diffs side-by-side

added added

removed removed

Lines of Context:
396
396
        kbd = kbd_table + console;
397
397
        switch (cmd) {
398
398
        case TIOCLINUX:
399
 
                return tioclinux(tty, arg);
 
399
                ret = tioclinux(tty, arg);
 
400
                break;
400
401
        case KIOCSOUND:
401
402
                if (!perm)
402
403
                        goto eperm;