Commit ec0b3194 authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds

[PATCH] nvram driver uses incorrect types in llseek method

parent 03b1fb24
...@@ -231,8 +231,7 @@ nvram_set_checksum(void) ...@@ -231,8 +231,7 @@ nvram_set_checksum(void)
* The are the file operation function for user access to /dev/nvram * The are the file operation function for user access to /dev/nvram
*/ */
static long long static loff_t nvram_llseek(struct file *file,loff_t offset, int origin )
nvram_llseek(struct file *file, loff_t offset, int origin)
{ {
lock_kernel(); lock_kernel();
switch (origin) { switch (origin) {
......
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