Commit a08a1a5f authored by Dave Jones's avatar Dave Jones

[PATCH] fix wrong return type on parisc eisa_eeprom_llseek

parent 48f165a5
......@@ -12,7 +12,7 @@
static unsigned long eeprom_addr;
static long long eisa_eeprom_llseek(struct file *file, loff_t offset, int origin )
static loff_t eisa_eeprom_llseek(struct file *file, loff_t offset, int origin )
{
switch (origin) {
case 0:
......
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