]> git.hungrycats.org Git - linux/commitdiff
[PATCH] another llseek change fix
authorRobert Love <rml@tech9.net>
Thu, 7 Feb 2002 11:59:46 +0000 (03:59 -0800)
committerJeff Garzik <jgarzik@rum.normnet.org>
Thu, 7 Feb 2002 11:59:46 +0000 (03:59 -0800)
Fixe another typo in the recent llseek cleanups.  Typo was spotted by
Miloslav Trmac ...  hopefully the last.

arch/i386/kernel/cpuid.c

index 0e8e46d76b34d552b535bd8e0b94c7b11563628c..16b69e8f6314e1cfc9c21e8c4369aa32bac604dd 100644 (file)
@@ -95,6 +95,7 @@ static loff_t cpuid_seek(struct file *file, loff_t offset, int orig)
   case 1:
     file->f_pos += offset;
     ret = file->f_pos;
+    break;
   default:
     ret = -EINVAL;
   }