Commit 3a677d9d authored by Robert Love's avatar Robert Love Committed by Jeff Garzik

[PATCH] another llseek change fix

Fixe another typo in the recent llseek cleanups.  Typo was spotted by
Miloslav Trmac ...  hopefully the last.
parent 36c69833
...@@ -95,6 +95,7 @@ static loff_t cpuid_seek(struct file *file, loff_t offset, int orig) ...@@ -95,6 +95,7 @@ static loff_t cpuid_seek(struct file *file, loff_t offset, int orig)
case 1: case 1:
file->f_pos += offset; file->f_pos += offset;
ret = file->f_pos; ret = file->f_pos;
break;
default: default:
ret = -EINVAL; ret = -EINVAL;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment